Skip to content

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**

Notifications You must be signed in to change notification settings

Mark-Langston/PDF_to_XLSX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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**

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published