PDF Merger is a Python script that allows you to merge multiple PDF files into a single PDF. You can also specify the order in which the PDFs should be merged. This script utilizes the Tkinter library for GUI and PyPDF2 library for PDF manipulation.
- Merge multiple PDF files into a single PDF.
- Specify the order of PDF files for merging.
- User-friendly graphical interface.
- Python 3.x
- Tkinter
- PyPDF2
- Inflect (for ordinal number conversion)
- Clone the repository or download the ZIP file.
- Create a virtual environment and activate it:
python -m venv venv
- Windows:
. venv\Scripts\Activate- Linux:
source venv/bin/activate - Install the required dependencies using the following command:
pip install -r requirements.txt
- Run the script using Python:
python pdf_merger.py
- A GUI window will appear. Click the "Select PDF Files" button to choose multiple PDF files for merging.
- Specify the output file name and location where the merged PDF will be saved.
- Choose the order in which the PDFs should be merged. The script will prompt you to input the position of each PDF file.
- Use it!
This project is licensed under the MIT License.
jsrwell - Wellington Jackson
For questions or suggestions, please feel free to contact jsrwell.dev@gmail.com.