PyMergerPDF is used to merge PDF files in every directory from directory tree and save in one final PDF file. How it came to this is from discussion on my blog https://www.boxcontrol.net/merge-pdf-files-with-under-10-lines-in-python.html
- Python 3
- PyPDF2 - https://github.com/mstamy2/PyPDF2
python pyMerger.py <path_to_root_directory>
for example in windows:
python pyMerger.py C:\\pdf
linux:
python pyMerger.py /home/user/pdf