Pagination and merging of multiple pdfs
- fpdf2
- pip install fpdf2
- PyPDF2
- pip install PyPDF2
- Name pdfs in numeric order.
- First Pdf is named as: 1.pdf
- Second Pdf is named as: 2.pdf
- and so on.
- Store pdfs in "pdf" folder
- Run main.py or main.ipynb
- Paginated individual Pdfs are stored in "unmergedpdfs" folder
- Paginated Merged Pdfs are saved as "Output.pdf"
This code is modified from code taken from https://stackoverflow.com/a/68382694