This is a repository for manipulating pdf files using python scripts.
It is written using the PyPDF2 python package.
The program for compressing the pdfs requires the name of file as argument as shown below.
python3 compress.py demo-pdf1.pdf
Files can be merged by running following command.
python3 merger.py demo-pdf1.pdf demo-pdf2.pdf