PDF Merger is a simple and modern desktop application that lets you merge multiple PDF files using a clean graphical interface.
You can select a folder containing PDF files, reorder them (default order is from oldest to newest by creation date), set the output file name, and choose where to export the final merged PDF.
- Select a folder of PDFs
- Automatically sorts by creation date (oldest to newest)
- Manually reorder files with up/down buttons
- Set a custom output PDF name
- Choose export location via file picker
- Clean and modern interface with ttkbootstrap
- Built with Python and PyPDF2
- Clone this repo or download the source code
- Install required libraries:
pip install ttkbootstrap PyPDF2
- Run the app:
python3 main.py
You can download the Windows .exe version from the Releases section on GitHub and run it directly. No installation required.
