pdf password remover

PDF Password Remover product can’t keep the “Fill by Adobe Reader” option in PDF format

I used your product to remove the pwd from a CA DMV pdf.  I wish to fill in the DMV form programmatically, using the itextSharp DLL.

Before using your tool, the source document (PDF) had "Filling of form fields: Allowed", and I was able to fill in the forms by opening the form via Adobe Reader. After using your tool, the option was "NOT Allowed".

I need to have the existing options still in affect after using your tool.

Can you help.
========================
Our PDF Password Remover product can't keep the "Fill by Adobe Reader" option in PDF format, however, after you decrypt your PDF file, you can open this PDF file in Adobe Acrobat 9 Pro Extended or our PDF Form Filler product, then you can fill the forms easily.

Our PDF Form Filler product can be downloaded from following page,

https://www.verypdf.com/pdfform/index.html

VeryPDF
========================
I downloaded your PDF Form Filler and I wasn't able to fill in the form created by your password remover product?

There seems to be an issue with your product(s)?
========================
Attached is the original California DMV pdf file, and the version of it I created with your password remover.  The file allows manual mods, and after removing the password I was able to programmatically modify the form using iTextSharp, but was unable to manually make changes too.
========================

We can open your reg138_open.pdf file in our PDF Form Filler product and fill the data without any problem, please look at following screenshot, it is indicate we can fill the text properly, just a question, can you use PDF Form Filler product to fill the reg138_open.pdf file in your system properly?

VeryPDF
========================

VN:F [1.9.20_1166]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.20_1166]
Rating: 0 (from 0 votes)
docprint pro

Convert office documents to PDF files from Interactive User Account

Thanks for your reply.

A few more words on what I am trying to do:
We run Intersystems Cache, the process that is issuing the html2pdf command is running under a service running as SYSTEM

I read the documentation in solution 3
I made the requested changes in local policies and restarted the server.

I tried the Lsrunas approach
When Lsrunas is run as administrator, including the administrator password, it works fine from the desired process.
When Lsrunas is run a normal user, it does not work.
It is really out of the question to run batch files on the server with a clear text administrator password.

I tried the docprint_server approach.
Logged on as administrator, I issued a docprint_client command (NOWAIT) from the original folder where the software was unzipped.
That worked.
I copied the client to the system32 folder and issued the command from a different folder, still logged in as administrator.
The docprint_client exited successfully, but nothing happened.
I issued that same command, this time WAIT, and the process waiting for a long time until I closed it manually.
I understand that there must be a simple solution for this but I did not find where it is documented.
I understand that the docprint_server must be capable of running a service as ADMINISTRATOR but this too I did not find where documented.
============================
Your following solution is good,
~~~~~~~~~~~
I tried the Lsrunas approach
When Lsrunas is run as administrator, including the administrator password, it works fine from the desired process.
When Lsrunas is run a normal user, it does not work.
It is really out of the question to run batch files on the server with a clear text administrator password.
~~~~~~~~~~~

OK, I think you can use Lsrunase to instead of Lsrunas, Lsrunase can use encrypted password as parameter, it is more security than Lsrunas, please download Lsrunase from following page to try,

http://www.moernaut.com/default.aspx?item=lsrunase

if you don't want to use Lsrunase, you can configure MS Word run under Interactive User's Account, please refer to following web page for more information,

"How to configure Microsoft Word and Excel to run under Interactive User's Account"

http://www.verydoc.com/others/configure-word-and-excel.htm

if you still can't get it work, please feel free contact me, I will assist you asap.

VeryPDF

VN:F [1.9.20_1166]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.20_1166]
Rating: 0 (from 0 votes)
pdf form filler

Use PDF Form Filler GUI OCX to fill interactive fields in PDF files

We were evaluating your software for our document management system. And was not sure how we would be able to fulfill one particular requirement that we have.

Our application is developed in MFC/C++. And we want to be able to display interactive pdf documents (with textboxes, checkboxes etc) inside our application. Once the user is done with the data entry, he would hit the save button in our application and we would save that pdf on the computer. This we were able to do really well using your  VeryPDF PDF Editor&Viewer OCX Control v2.6. And it works great !!!

Problem # 1:

When our pdf is loaded, the interactive fields are not automatically visible. We have to click on a button in the toolbar to enable the interactive fields.
Is there any way to programmatically enable these interactive fields?

Problem # 2

We want to programmatically fill in some data into the interactive fields. For example, in a patient admission form, we already have the patient's name and address in our database, so we would want to fill in that data automatically for the user and then let the user change/correct it if he wants

This feature I was not able to find in any of your SDKs. Can you suggest how we can use 1 or a combination of your SDKs to get this to work in the way I want?
==============================
Thanks for your message, our "VeryPDF PDF Editor&Viewer OCX Control v2.6" can "enable these interactive fields" automatically, but it can't fill the data automatically.

However, we think our PDF Form Filler GUI OCX v3.1 will best meet your requirement, you can download PDF Form Filler GUI OCX v3.1 from following page to try,

https://www.verypdf.com/pdfform/index.html#dl

https://www.verypdf.com/pdfform/pdfformocx.zip

PDF Form Filler GUI OCX v3.1 has " enable these interactive fields automatically " and "fill data automatically " functions, so I think it will reach your requirement. You can use PDF Form Filler GUI OCX v3.1 to import data from FDF, XFDF, XML formats, you can also export data to FDF and XML formats. PDF Form Filler GUI OCX v3.1 is depend on Adobe Reader, it is work better than "VeryPDF PDF Editor&Viewer OCX Control v2.6".

The cost of PDF Form Filler GUI OCX v3.1 Developer License is USD2495, it is cheaper than "VeryPDF PDF Editor&Viewer OCX Control v2.6 USD2999" too.

VeryPDF
==============================
Thanks for your response.

In regards to issue number 1 that if I use "VeryPDF PDF Editor&Viewer OCX Control v2.6"  can you tell me how to programmatically enable the interactive fields. Right now I have to click on the toolbar icon that says 'Form Filling in Documents' to enable my fields.
See screen shot.

Secondly, Im having some issues with the 'PDF Form Filler GUI OCX v3.1' . Granted that I can use the fdf files to automatically fill in the data onto the form, but after the user finishes editing the form, I am not able to save the form with the content onto the hard disk. I want to be able to programmatically save the pdf with the form data in it. How can I do that?

can you please help out. It seems like veryPdf has a lot of different products and Im sure we can somehow use use these products to achieve our requirements.

==============================
You can use following code to active " Form Filling Mode ",

m_ctrlPDFOcx.InvokeMethod(45, 0, 0);//Form Filling

The user must click "Save to Disk" button to save the modified PDF file to disk, there is no way to invoke this button programmatically, this button is controlled by Adobe Reader, please understand.

Yes, we are good at PDF technologies. If you think "VeryPDF PDF Editor&Viewer OCX Control v2.6" will better than 'PDF Form Filler GUI OCX v3.1' to you, you can test the "VeryPDF PDF Editor&Viewer OCX Control v2.6" continue. also, we are planning add "Import FDF" and "Export FDF" functions into the next version of "VeryPDF PDF Editor&Viewer OCX Control".

VeryPDF
==============================

VN:F [1.9.20_1166]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.20_1166]
Rating: 0 (from 0 votes)
postscript to text/pdf/image

Is Postscript to PDF has an option to select only the portrait pages?

Print problem solved, we did some adjustments in de high –volume printer.
Sorry for the late response, but it takes some time to do this.

Can you advise us in the following Question?
In the postscript file (see attachment) there are 3 different sorts of “paper”

Page 1 dummy page with name, address, etc per costumer
Page 2 to x, letter for customer (printed portrait) with bla, bla, bla and
amount of money they received.
Page x to y, the calculation for the amount of money (printed landscape).

Question? How can I take only page 2 to x out of the postscript and print
them. Where x can be page 3 to x ……. (x = variable)
In other words, Is it possible to print or select only the portrait pages?
=========================
Thanks for your message, our Postscript to PDF Command Line Server License
hasn't an option to select only the portrait pages, you can convert all
pages from PS file to PDF file first, then you can use our PDF Split-Merge
or Adobe Acrobat extract portrait pages from converted PDF file to a new PDF
file, we hoping this solution will helpful to you.

VeryPDF
=========================
Thanks, if we need PDF Split-Merge no problem. Can you give me some
directions how to do this in command line mode.
I downloaded PDF Split_merge, but after one our no results.

=========================
Our PDF Split-Merge product can be downloaded from following page,

https://www.verypdf.com/pdfpg/index.html

https://www.verypdf.com/pdfpg/index.html#dl

please refer to command line options from following page,

https://www.verypdf.com/pdfpg/help/help.html#cmd

4.Command Line options

To perform batch conversion or call conversion procedure from an automation script, you can use command line function in the PDF Split-Merge software, You can either run this tool directly from command line or call it from any script as well. The program supports the following command-line
options:

C:\>"C:\Program Files\VeryPDF PDF Split-Merge v3.0\pdfpg.exe"
PDF Split-Merge software v3.0
Copyright (C)2003-2010 www.verypdf.com Inc
Web: https://www.verypdf.com
Email: support@verypdf.com
arguments : file1 [file2 ...] destfile
arguments : burst C:\input.pdf C:\output arguments : set KeyName Value
------------------------------------
burst       : burst PDF file to PDF files, one page per PDF file
split <int> : split PDF file by every n pages
bookmark    : split PDF file by bookmarks, append page number to
filenames
bookmark2   : split PDF file by bookmarks, without page number in
filenames
mergeform   : merge two fillable PDF files together
crossmerge  : cross merge two PDF files together with compression
crossmerge2 : cross merge two PDF files together without compression
getpagecount: retrieve page count from PDF file
addbookmark <int> : create bookmark to PDF file
addbookmark 1: use short filename as bookmarks
addbookmark 2: use full filename as bookmarks
addbookmark 3: use short filename without suffix as bookmarks
addbookmark 4: read bookmarks and filenames from txt file
set RetainBookmarks on/off: enable or disable bookmarks
set RetainAcroForms on/off: enable or disable AcroForms
------------------------------------
Examples:
pdfpg.exe C:\A.pdf,1,3 C:\merged.pdf
pdfpg.exe C:\A.pdf,-20,50 C:\merged.pdf
pdfpg.exe C:\A.pdf,1,3- C:\merged.pdf
pdfpg.exe C:\A.pdf,1,2,3 C:\B.pdf,5,2,9 C:\merged.pdf
pdfpg.exe C:\A.pdf,1,1-9 C:\B.pdf,5,2,9 C:\A.pdf,10 C:\merged.pdf
pdfpg.exe C:\A.pdf,even C:\merged.pdf
pdfpg.exe C:\A.pdf,odd C:\merged.pdf
pdfpg.exe C:\A.pdf,reverse C:\merged.pdf
pdfpg.exe C:\filelist.txt C:\merged.pdf
pdfpg.exe delete C:\A.pdf,1,3 C:\out.pdf
pdfpg.exe delete C:\A.pdf,-20,50 C:\out.pdf
pdfpg.exe delete C:\A.pdf,1,3- C:\out.pdf
pdfpg.exe delete C:\A.pdf,1,2,3 C:\out.pdf
pdfpg.exe delete C:\A.pdf,1,1-9 C:\out.pdf
pdfpg.exe delete C:\A.pdf,even C:\out.pdf
pdfpg.exe delete C:\A.pdf,odd C:\out.pdf
pdfpg.exe burst C:\A.pdf C:\split
pdfpg.exe split 2 C:\A.pdf C:\split
pdfpg.exe split 3 C:\A.pdf C:\split
pdfpg.exe bookmark C:\A.pdf C:\split
pdfpg.exe bookmark2 C:\A.pdf C:\
pdfpg.exe bookmark2 C:\A.pdf C:\out\
pdfpg.exe addbookmark 1 C:\A.pdf C:\B.pdf C:\out.pdf
pdfpg.exe addbookmark 2 C:\A.pdf C:\B.pdf C:\out.pdf
pdfpg.exe addbookmark 3 C:\A.pdf C:\B.pdf C:\out.pdf
pdfpg.exe addbookmark 3 C:\filelist.txt C:\out.pdf
pdfpg.exe addbookmark 4 C:\filelist.txt C:\out.pdf
pdfpg.exe mergeform C:\form1.pdf C:\form2.pdf C:\out.pdf
pdfpg.exe crossmerge C:\test1.pdf C:\test2.pdf C:\out.pdf
pdfpg.exe crossmerge2 C:\test1.pdf C:\test2.pdf C:\out.pdf
pdfpg.exe getpagecount C:\A.pdf
pdfpg.exe set RetainBookmarks on
pdfpg.exe set RetainBookmarks off
pdfpg.exe set RetainAcroForms on
pdfpg.exe set RetainAcroForms off
pdfpg.exe set RegCode "XXXXXXXXXXXXXXXXX"

VeryPDF
=========================
Thanks but what you wrote I know that already What I want to know how to do this with PDF Split-Merge?
I tried everything but I get no portrait pages in a separate pdf file or delete the landscape pages?

Please let me know if Verypdf has a solution on this else we must look for another product.

=========================
You can use PDF Split-Merge to extract a page range to a new PDF file, however, PDF Split-Merge can't detect landscape pages or portrait pages automatically, you need specify landscape pages or portrait pages by manual.

VeryPDF
=========================
Thanks for your message, the new version of PDF Split-Merge will work like below,

//Extract all landscape pages from C:\test.pdf to C:\out.pdf

Pdfpg.exe landscape C:\test.pdf C:\out.pdf

//Extract all portrait pages from C:\test.pdf to C:\out.pdf

Pdfpg.exe portrait C:\test.pdf C:\out.pdf

VeryPDF
=========================

VN:F [1.9.20_1166]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.20_1166]
Rating: 0 (from 0 votes)
html converter (htmltools)

VeryPDF HTML Converter v2.0 doesn’t print well! PLS help me!

Dear VeryPdf,

I tried to print a html file with VeryPDF HTML Converter v2.0 trial version, and first printing embedded the font and the pdf file is vector. But after approx. 10th test printing say for me that "Captured EMF/WMF succeeded" and the font doesn't embedded and (i think because) then pdf is rasterized.

(I use to Windows Seven with IE8 to upgrade to IE9 and i removed IE after update to IE9. When i try to print www.google com then in the pdf files appear Google's noticed me that why use IE why not use to Chrome...)

Maybe that VeryPDF HTML Converter v2.0 use to some IE and/or Windows components and my machine changed? (i ready on your website: "System Requirements: Windows Platform, Internet Explorer 5 above, Internet connection.")

I don't know what is the problem. Please help me.
====================================
Yes, VeryPDF HTML Converter v2.0 does use IE to render the HTML file. If you can't get it work, you can download docPrint Pro v5.0 from following page to try, docPrint Pro v5.0 does support HTML to PDF Conversion function too,

https://www.verypdf.com/artprint/index.html#dl

e.g.,

"C:\Program Files\docPrint Pro v5.0\doc2pdf.exe" -i C:\input.htm -o C:\output.pdf

VeryPDF
====================================
I chose for the VeryPDF HTML Converter v2.0 because it has a function: Auto calculate PDF paper size (this is an unique way, - other PDF creators there is no such a feature). And this feature is very important for me.

I tried to VeryPDF docPrint Pro v5.0 (Document Printer v5.0) and it doesn't have this feature. And I noticed something in this program.

When I printed a HTML page with 20px Verdana bold font then made a pdf file with embedded Verdana font (vector file): see Testing-1.pdf attachment. And when I printed a HTML page with 100px Verdana bold font then made a pdf file with outlined shapes without embedded Verdana font (vector file): see Testing-2.pdf attachment. I don't know why and how is this happening. Please help me.

And please tell me, there is a possibility that "auto calculate PDF paper size" with outlined shapes (without embedded font but vector pdf file like as Testing-2.pdf attachment)?

====================================
Thanks for your message, it seems if font size is too big (more than 100pt), our docPrint Pro v5.0 will convert characters to outlined shapes, I will ask our engineer to add a new option to control this behavior by a parameter, I will let you know after new version is ready.

>>And please tell me, there is a possibility that "auto calculate PDF paper size" with outlined shapes
>>(without embedded font but vector pdf file like as Testing-2.pdf attachment)?

Thanks for your message, docPrint Pro v5.0 hasn't "auto calculate PDF paper size" function, this function is exist in HTML Converter product only. However, this function can be done easily by following solution,

1. you can use docPrint Pro v5.0 to convert your HTML file to PDF file with a large paper size first, e.g., A1 or A0 or 100x100inch or more big paper size, the big paper size will allow all of your HTML content be fit to one PDF page,

2. you can use PDF Margin Crop to crop the margins from your PDF file,

http://www.verydoc.com/pdf-margin-crop.html

3. OK, you will get a new PDF file without additional margins, the page size has been changed by the size of HTML content.

We hoping above solution will helpful to you, you may give it a try.

VeryPDF
====================================
I checked docPrint Pro v5.0 trial version: the limit is between 40px and 41px, or 30.7pt to 30.8pt (embedded fonts 40px and 30.7pt, as already outlined shapes 41px and 30.8pt). See my attachments.

To VeryPDF HTML Converter v2.0 will you add a new option to VECTOR outlined shapes too? (now that VeryPDF HTML Converter v2.0 crashed on my machine or my machine crashed, pdf out is raster and neither embedded fonts with VeryPDF HTML Converter v2.0)

I insist on the unique feature which is "auto calculate PDF paper size".

====================================
Thanks for your message, we will implement following functions in the new version of HTML Converter Command Line product,

1. Convert all characters to VECTOR outlined shapes in output PDF file,
2. Able to auto calculate PDF paper size by input HTML file,
3. The custom-build version of HTML Converter Command Line will not crash on all of your computers,

we will let you know after new version is ready, thanks for your patience.

VeryPDF
====================================
I will buy VeryPDF HTML Converter v2.0 (GUI version) when VeryPDF HTML Converter v2.0 (GUI version) will be able to work well with IE9+ under Win7+
====================================
We are planning support IE9 completely in the next version of VeryPDF HTML Converter v2.0 (GUI version) product, but we haven't an approximate date for when will next version be released at the moment, however, we will let you know after new version is available, thanks for your patience.

VeryPDF

VN:F [1.9.20_1166]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.20_1166]
Rating: 0 (from 0 votes)