Top "Fdf" questions

FDF is a file format for representing form data and annotations that are contained in a PDF form.

Merge FDF data into a PDF file using PHP

Is it possible to merge FDF data with a PDF file using PHP alone? Or is there no option but …

php pdf fdf xfdf
Best method to create a PDF from MySQL: TCPDF/FPDF or FDF?

Our company allows its clients to view reports via our website. The pages are php based and the data is …

php mysql tcpdf fpdf fdf
FDF - how to check a checkbox?

I'm using FDF to populate a PDF template. On my PDF template, I have a checkbox and radio field called …

fdf
Visually identify name of field in PDF form

I know some similar issues exist (Find the field names of inputtable form fields in a PDF document?) but my …

forms pdf fdf
PDF Form Filling with FPDF

There is a scripts section at fpdf.org that has an example for filling PDFs dynamically. Here is the script. &…

php forms pdf fpdf fdf
PHP: Extract fdf fields as an array from a PDF

i want to extract the available fields as an array from a fillable pdf. an array like: array('firstname','secondname',…

php arrays forms pdf fdf