https://github.com/structed/pdfmerge
Small CLI tool to merge PDF files without any privacy concerns!
https://github.com/structed/pdfmerge
Last synced: 12 months ago
JSON representation
Small CLI tool to merge PDF files without any privacy concerns!
- Host: GitHub
- URL: https://github.com/structed/pdfmerge
- Owner: Structed
- License: mit
- Created: 2025-02-09T13:11:22.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-10T23:09:25.000Z (about 1 year ago)
- Last Synced: 2025-02-17T04:15:40.099Z (about 1 year ago)
- Language: C#
- Homepage:
- Size: 10.7 KB
- Stars: 12
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

A super simple CLI tool to merge PDFs.
Get the Win x64 binary here: https://github.com/Structed/PdfMerge/releases/tag/1.0
## Usage
Just run the tool and add 2 or more PDF file paths as arguments to merge them. Pages will be read in this order and appended to a new `mergePdf.pdf` file in the same directory.
`pdfmerge "c:\pdf1.pdf" "c:\pdf2.pdf" "c:\pdf3.pdf"`