FDF
From Just Solve the File Format Problem
(Difference between revisions)
Line 4: | Line 4: | ||
|extensions={{ext|fdf}} | |extensions={{ext|fdf}} | ||
|mimetypes={{mimetype|application/vnd.fdf}} | |mimetypes={{mimetype|application/vnd.fdf}} | ||
+ | |wikidata={{wikidata|Q28755749}} | ||
}} | }} | ||
:''For another FDF format, see [[FDF Image]].'' | :''For another FDF format, see [[FDF Image]].'' | ||
− | '''FDF''' ('''Acrobat Forms Data Format''') is a format for storing and transferring data entered into a form in a [[PDF]] file. It is a mostly-text format based on [[PDF]]. | + | '''FDF''' ('''Acrobat Forms Data Format''') is a format for storing and transferring data entered into a form in a [[PDF]] file. It is a mostly-text format based on [[PDF]]. Also used for exporting and importing annotations and comments. |
FDF may be embedded in a PDF file; or it may be stored on its own in an .fdf file; or it may only exist "on the wire", and not be stored in a file at all. | FDF may be embedded in a PDF file; or it may be stored on its own in an .fdf file; or it may only exist "on the wire", and not be stored in a file at all. |
Revision as of 22:55, 21 October 2020
- For another FDF format, see FDF Image.
FDF (Acrobat Forms Data Format) is a format for storing and transferring data entered into a form in a PDF file. It is a mostly-text format based on PDF. Also used for exporting and importing annotations and comments.
FDF may be embedded in a PDF file; or it may be stored on its own in an .fdf file; or it may only exist "on the wire", and not be stored in a file at all.
If you try to open an .fdf file in Adobe Reader, it will try to find the associated PDF file, and open it.
FDF is not the only format used for PDF form data. There is also the XML-based XFDF, and a format based on standard Form URL encoding.
Specifications
- FDF is defined in the PDF specification.
Software
Sample files
- http://docs.appligent.com/fdfmerge/fdfmerge-form-data-format/#The_FDF_file_format - An example of FDF format