/PDF_to_XLSX

Reads all PDF documents in a directory and creates a two column spreadsheet to record filename and fillable PDF field. **Requires PyPDF and pandas library**

Primary LanguagePython

PDF to XLSX

This repository contains a Python program that looks in a directory, reads each .pdf file, and creates a spreadsheet with a table that shows every fillable field in each .pdf document.

Requirements

  • pandas library
  • PyPDF4 library

Configuration

Update line 39 with the path to the folder that contains .pdf documents. Update line 40 with the path and filename where you want the .xlsx file to save.