FDF is a file format for representing form data and annotations that are contained in a PDF form.
FDF is a file format for representing form data and annotations that are contained in a PDF form. It is a part of Adobe's PDF file format specification. The syntax and structure of an FDF file is based on the syntax and structure of PDF.
FDF is often used to create interactive PDF forms where form data is submitted to a server, processed, and returned. It is also used to export data from PDF documents, as well as to import data into PDF document.
FDF data is most often used for form filling and annotations, but can also contain other data types, including:
- X.509 certificates
- Requests for certificates
- Directory settings
- Timestamp server settings
- Embedded PDF files
The correct MIME Type to use for .fdf files is application/vnd.fdf.
For filling in form data and annotation, it is often easier to use XFDF instead of FDF.
FDF was introduced in PDF version 1.2, and extended in several later PDF specifications. The current version of the spec is 1.7 (ISO 32000-1:2008).
One of the most popular freeware programs for saving FDF data into a PDF file is pdftk.