A simple and minimalist tool for combining multiple PDF files into one PDF with the ability to rearrange them.
- Add multiple PDF files
- Rearrange PDFs using Move Up/Down buttons
- Remove individual PDFs from the list
- Merge all PDFs into a single file
- Clean and simple interface
- Install Python 3.7 or higher
- Install required dependencies:
pip install -r requirements.txt
-
Run the application:
python pdf_collator.py -
Click "Add PDFs" to select PDF files you want to merge
-
Use "Move Up" and "Move Down" buttons to rearrange the order of PDFs
-
Use "Remove Selected" to remove a PDF from the list
-
Click "Merge PDFs" to combine all PDFs and save the result
- Python 3.7+
- pypdf library