Extract tables from PDF files and save them into separate Excel(.xlsx) files.
Executable file: PDF2Excel.exe
Supporting VBA Add-in: Text2Column.xlam(which coerces string into general format for the produced Excel file.)
- PDFPlumber - The converting framework used
- Pandas - Used to generate Excel files
- PyQt5 - Used to build the interface
- Mike Y. Liao - noworneverev
This project is licensed under the MIT License - see the LICENSE.md file for details