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.
- pandas library
- PyPDF4 library
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.