A simple and efficient command-line tool to merge multiple PDF files into one. Built with Python using the argparse and PyPDF2 libraries.
- Merge multiple PDF files in the order you provide
- Fast and lightweight
- Easy-to-use CLI interface
- Python 3.x
PyPDF2
Install the dependency:
pip install PyPDF2