An open API service indexing awesome lists of open source software.

https://github.com/yappy2000d/pdf-merger


https://github.com/yappy2000d/pdf-merger

Last synced: about 1 year ago
JSON representation

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`