Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 931 Bytes

README.md

File metadata and controls

31 lines (17 loc) · 931 Bytes

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.