Python program to convert a large pdf file to number of different sized pdf files without any change in the large file.
PyPDF2, it can be installed by typing pip3 install PyPDF2
on your command line
Running the script is really simple! Just open a terminal in the folder where this script is located and run the following command:
python demerging_pdf.py
[Darpan Balar]