Skip to content

arfabee/fdf2csv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

PDF Form Data Extraction and CSV Generator

This little script allows you to recursively generate FDF files from PDFs and extract field data from FDF files. The extracted data is then saved to a single CSV file.

Features

  • Generates FDF files from PDFs in the current directory in a temporary directory.
  • Extracts field data from FDF files and creates a common CSV file.

Prerequisites

  • pdftk - You need to have pdftk installed on your system.

Usage

  1. Clone this repository to your local machine:

    git clone https://github.com/arfabee/fdf2csv.git
    
  2. Make the script executable and run it

    chmod +x script.sh && ./fdf2csv.sh
    
  3. The script will generate FDF files from PDFs in the current directory and extract the field data into a CSV file named all_data.csv.

😄 Happy PDF data extraction and CSV generation!

M.A.

About

Extract data from PDF form fields to csv

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages