Skip to content

Retrieve invoice information from PDF and output as a watermark.

Notifications You must be signed in to change notification settings

bio-boris/parse_pdf

Repository files navigation

Download Instructions

  1. Go TO https://github.com/bio-boris/parse_pdf
  2. Click Download and Download the Zip
  3. Save as, open and extract the folder to C:/

Install Python

(Make sure Python is added to Path, the checkbox should be automatically checked but you can take a look and make sure)

Install VC Python

INSTALL

Run install.bat or follow the instructions below

Install LXML

Open CMD window

cd C:\parse_pdf-master
pip install wheel
pip install lxml-3.6.4-cp27-cp27m-win32.whl (for 32bit will not work large PDFS)
pip install lxml-3.6.4-cp27-cp27m-win_amd64.whl (for 64bit)

Install required libraries

pip install pypdf
pip install pypdf2
pip install lxml
pip install pdfquery
pip install reportlab

Run the GUI.py , open with C:\Python27\python.exe

  • Select PDF, watermark it
  • The PDF will be generated in the same directory as the PDF you selected

About

Retrieve invoice information from PDF and output as a watermark.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages