Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 427 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 427 Bytes

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.