https://github.com/yappy2000d/pdf-merger
https://github.com/yappy2000d/pdf-merger
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/yappy2000d/pdf-merger
- Owner: yappy2000d
- License: mit
- Created: 2025-03-10T07:49:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-10T08:35:42.000Z (over 1 year ago)
- Last Synced: 2025-03-18T07:37:15.311Z (over 1 year ago)
- Language: Python
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PDF Merger
A simple python script to merge multiple PDF files into a single PDF file.
## Usage
### Add PDF files
- Drag and drop PDF files into the window.
- Click on the `Add PDF` button to select PDF files.
### Remove PDF files
Right-click on the PDF file to remove it.
### Change the order of PDF files
Drag and drop the PDF files to change the order.
## Prerequisite
- `python>=3.8`
- `pypdf==5.3.1`
- `tkinterdnd2==0.4.3`