- Go TO https://github.com/bio-boris/parse_pdf
- Click Download and Download the Zip
- Save as, open and extract the folder to C:/
- https://www.python.org/downloads/release/python-2713/
- Choose the Windows MSI installer , download and install the 64 Bit Version of python
(Make sure Python is added to Path, the checkbox should be automatically checked but you can take a look and make sure)
Run install.bat or follow the instructions below
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)
pip install pypdf
pip install pypdf2
pip install lxml
pip install pdfquery
pip install reportlab
- Select PDF, watermark it
- The PDF will be generated in the same directory as the PDF you selected