pdf form filler

Fill a PDF form programmatically

Hello, id like to know if i can fill a PDF form, programmably.
I need to run a .NET application on an (internet) server that is able to fill in specific PDF forms provided with a given data.
Is one of your products has the needed API for such a task ?
I'll be happy to know,
=====================================
Yes, you can use our PDF Form Filler SDK to insert XML or FDF or XFDF into PDF files, you can convert your database or data contents to FDF or XML or XFDF format first, then you can use PDF Form Filler SDK to insert this FDF or XML or XFDF into PDF file easily, you can download the trial version of PDF Form Filler SDK from following page to try,

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

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 editor, pdfstamp command line

Help to remove page stamp

I need to remove the page stamp that we have previously added to a batch of documents using very pdf.

Can this be done with very pdf?
==========================
Thanks for your message, you can use our PDF Editor product to remove the stamps, you can open your PDF file in PDF Editor, click "Edit Content" button, then you can remove the stamps one by one by manual, PDF Editor product can be downloaded from following page,

https://www.verypdf.com/pdf-editor/index.html

Additionally, you can also use PDFStamp Command Line to remove these stamps, PDFStamp Command Line product has an "undo" parameter, you can use PDFStamp Command Line product to undo the stamps from your PDF files on the fly, PDFStamp Command Line product can be downloaded from following page,

https://www.verypdf.com/pdfstamp/index.htm#dl

You can run following command line to undo stamps from your PDF file, for example,

pdfstamp -PDF "test.pdf" -o undo.pdf    -SU

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

We have downloaded the command line software but we are still unable to remove the image stamp.

I have attached a sample document that contains the type of image stamp that we are trying to remove.  The image stamp on the sample document was applied using very pdf approximately 12 months ago.

Can you please advise how I can remove the image stamp from a large batch of documents?
=============================================
You can run following command line to remove the stamps from your PDF file,

pdfstamp.exe -pdf D:\temp5\VET.001.001.0016.pdf -o D:\temp5\VET.001.001.0016-undo.pdf -SU

please refer to the new PDF file in attachment, this PDF file hasn't watermark.

VeryPDF
=============================================
Thank you very much for your response.

The sample file is one of 4611 files that we need to remove the watermark from.  Can you please tell me how I can remove the watermark from all files in the batch?
=============================================

You can run following command line to batch remove the stamps from your PDF files,

pdfstamp.exe -pdf D:\in\*.pdf -o D:\out\*.pdf -SU

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

I've downloaded the trial version 2.5 of pdf stamp command line to try before buying it, but even using the attached command I still cannot remove the stamp. Could you tell me if I am doing anything wrong?

pdfstamp -PDF "VET0010010002.pdf" -o undoVET0010010002.pdf -SU

Running on Windows 7 32 bits
==============================
VET0010010002.pdf file was modified by other applications (Adobe Acrobat or others), because "verypdf" keyword has been removed from this PDF file, so, it is impossible to remove the stamps from this PDF fileby "-su" parameter, please understand this matter.

However, if this function is important to you, we can provide a custom-build version of PDF Text Remover Command Line product to you, you can use this product like following,

pdftxtdel.exe -text "VET.001.001" C:\in\*.pdf C:\out\*.pdf

Above command line will remove all text contents which start with "VET.001.001" string, it can remove any text string from PDF pages. If this solution will acceptable to you, please feel free to let us know, we will talk the details.

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 to vector converter

DOC 2 Any software create PCL5e files

My company is evaluating your DOC2ANY product and was wondering is there a way that we can specify which PCL format it should produce. Based on our initial testing it appears that your software convert to PCL 6 / XL. We have a need to be able to convert to earlier PCL formats like PCL 5e etc. Your speedy response is very much appreciated.
==================================
Thanks for your message, yes, our DOC2ANY product is able to convert documents to PCL6/XL formats, it can't create PCL5e format, however, we are planning support PCL5e as output format in the future.

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)
verypdf blog

Delay in opening PDF using PCLTOOL

I have the developer’s version of PCLTOOL.EXE which I purchased several years ago and it has been working wonderfully.  Lately, when I run PCLTOOL.EXE with the –view option, there is a serious delay in either opening the PDF file or, if it opens quickly, there is a significant delay before the window becomes active and my computer is locked from doing anything else until it finishes.  Do you know if this has something to do with the latest version of Acrobat?

It seemed to start happening when I had to replace my workstation computer with a 64-bit Windows 7 model.  I had a 32-bit version previously.  I am not running PCLTOOL on that workstation, however.  I use it only to access my server using RDP.  Nothing changed on the server.  I’m at a loss as to what is causing this but it only happens when using PCLTOOL to create and view a PDF file.  I can open any PDF file directly with Acrobat without any delay.

I appreciate any help you can give me as to why this is happening.

Thanks,
=====================================
We don’t know where is wrong, just for checking, you may remove the –view option, after you processed your PDF file, you can open the resultant PDF file in Adobe Reader directly, can you view this PDF file quickly?

VeryPDF
=====================================
I figured out the problem.  It was with the version of Acrobat (8.1.5) I was using.  I upgraded to Acrobat X and everything is fine again.  I just wanted to let you know in case anyone else runs into this.
=====================================
Thanks for your great information, I will record your information to our database, your experience will great helpful for our other customers.

Thank you and have a nice day!

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 print

PDFPrint SDK return code

I’m trying the evaluation copy of the VeryPDF.
The thing I’m looking to is to automatically select a specific tray for a printer and print the document and I’m not very successful.
Here is the command I’m using:
string PrintCommandTemplate = "pdfprint -$ \"[LicenseKey]\" <-prompt> -chgbin <Tray> -printer \"<PrinterName>\" -paper \"pdf\" \"<DocFullPath>\"";
===============================
I forgot to tell: I’m trying SDK;
Working fine from exe but not from dll

===============================
The DLL Library is not using the latest version of the source code, after you purchased the DLL Library, please email to us your Order ID, we will send the latest version of DLL Library to you asap, the latest version of DLL Library will work same as Command Line application, we hoping this solution will helpful to you.

VeryPDF
===============================
Can you tell me what means error code –4; or send me a list of errors?
Working good on the development machine but i get –4 on the real server.
===============================

Thanks for your message, please refer to following error codes,

int WINAPI VeryPDF_PDFPrint(LPCTSTR lpCommand)

Return values:
0: Print PDF file successfully.
-10: PDFPrint Library is damaged.
-11: Something is wrong in the command line options.
-101: Can't start "spooler" service, please start "spooler" service from Service Manager by manual.
-4: Can't locate specify printer in this computer.
-12: Can't open specify printer.
-13: Something is wrong when set options to printer.
-5: No input PDF file for printing.
9: Password Required to open this PDF file.
Other values: Something is wrong during render PDF file.


"-4" is "Can't locate specify printer in this computer."

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)