Top "Pdf-form" questions

PDF can contain interactive forms that allow users to enter information to be stored in the PDF.

How do I enable saving of filled-in fields on a PDF form?

Some PDF forms can be saved, including all filled-in field data: Some others can not be saved, and all filled-in …

pdf save field pdf-form
PDFBox: How to "flatten" a PDF-form?

How do I "flatten" a PDF-form (remove the form-field but keep the text of the field) with PDFBox? Same question …

java pdfbox pdf-form
Fill in a PDF form from VBA (MS-Access)

I want to fill a PDF form from my MS-Access 2003 .mdb project. The PDF has been created with Adobe LifeCycle …

vba ms-access pdf pdf-form
PDF Form filling with FPDF and then Flatten with PDFTK displays un-filled PDF

I'm using the "Form Filling" script from fpdf.org to fill some fields on a PDF Form I created. This …

php pdf fpdf pdftk pdf-form
How can I stop Adobe Reader from asking "Save As" when saving a PDF form (i.e. allow just "Save")?

Does anyone know how to call Adobe Reader from the command line to open a pre-populated Adobe Form (with Extensions …

vba pdf adobe-reader pdf-form
PDF-Form Text hidden unless clicked

In my application I have to fill a predefined PDF form with data from DB. We are using Java and …

java pdf pdf-generation pdfbox pdf-form
Java PDFBox setting custom font for a few fields in PDF Form

I am using Apache PDFBox to read a fillable PDF form and fill the fields based on some data. I …

java pdf fonts pdfbox pdf-form
Java pdfBox: Fill out pdf form, append it to pddocument, and repeat

I have a pdf form made and I'm trying to use pdfBox to fill in the form and print the …

java pdf pdfbox pdf-form
Some data has already been output, can't send PDF file

I'm using fpdf in creating pdf in php and I'm getting this error when running: Notice: Undefined index: id in …

php pdf-form
PDF form population with FPDM

what I'm trying to accomplish is population of PDF form with PHP. I tried many ways, I found that FPDM (…

php pdf fpdf pdf-form