/Python-pdf-merging

This is a CLI tool to easy merge pdf files in the order of your choiche

Primary LanguagePython

Python-pdf-merging

This is a CLI tool that allows you to merge pdf's very easily.

Usage:

All you have to do is copy or move the pdf files to the same directory as the python file.

Then type the command pip: install PyPDF2 or pip3 install PyPDF2.

Then execute this command: python main.py [pdf1.pdf] [pdf2.pdf] ... [output.pdf]