Fill PDF form with PDF stamper ActiveX

We add a new feature to PDFStamper ActiveX. Now it supports Fill forms in PDF file.

The syntax for filling form is easy. First add all the form field name and correspondent value (strings),

then apply the field values to an input pdf file, the filled forms will be stored as a new output pdf file.

The example is below:

Dim pdf
Set pdf = CreateObject(“PDFStamp.PDFStamper.1″)

pdf.SetCode “Your license code here”

pdf.AddFormField “name”, “your name”
pdf.AddFormField “address”, “your address”
pdf.AddFormField “postal_code”, “xyz”
pdf.AddFormField “email”, “xyz@hotmail.com

pdf.ApplyForm “..Form.pdf”, “Form_nonflat.pdf”, 0