Skip to content

Extract all data from FDF file into a CSV file

License

Notifications You must be signed in to change notification settings

bouziot/fdf2csv

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FDF2CSV

The Forms Data Format (FDF) is based on PDF, it uses the same syntax and has essentially the same file structure, but is much simpler than PDF, since the body of an FDF document consists of only one required object. Forms Data Format is defined in the PDF specification (since PDF 1.2). The Forms Data Format can be used when submitting form data to a server, receiving the response, and incorporating into the interactive form. It can also be used to export form data to stand-alone files that can be imported back into the corresponding PDF interactive form. Beginning in PDF 1.3, FDF can be used to define a container for annotations that are separate from the PDF document they apply to.

tl;dr

FDF (Forms Data Format) is a file format for representing form data and annotations that are contained in a PDF form.
This tool extract all information to a csv file.

Usage

fdf2csv.py filename.fdf

TODO

  • Possibility to pass an alternative csv file as an argument
  • Check if there already a csv file with the same header and append the values

About

Extract all data from FDF file into a CSV file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%