Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1.06 KB

README.md

File metadata and controls

39 lines (29 loc) · 1.06 KB

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