https://github.com/catdad/concat-pdf
🗃 concatenate pdf files in the command line
https://github.com/catdad/concat-pdf
Last synced: 2 months ago
JSON representation
🗃 concatenate pdf files in the command line
- Host: GitHub
- URL: https://github.com/catdad/concat-pdf
- Owner: catdad
- Created: 2023-07-24T20:40:51.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-24T20:58:54.000Z (almost 2 years ago)
- Last Synced: 2025-03-16T13:46:30.202Z (3 months ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cat-pdf
> 🗃 concatenate pdf files in the command line
## Usage
```bash
npx cat-pdf first.pdf second.pdf > merged.pdf
```