2025-03-14 21:59:59 -06:00
|
|
|
# pdfunite
|
|
|
|
|
|
2026-08-06 22:19:46 -06:00
|
|
|
> Merge PDF files.
|
|
|
|
|
> More information: <https://manned.org/pdfunite>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
2026-08-06 22:19:46 -06:00
|
|
|
- Merge multiple PDF files into a single one:
|
2025-03-14 21:59:59 -06:00
|
|
|
|
2026-08-06 22:19:46 -06:00
|
|
|
`pdfunite {{path/to/file1.pdf path/to/file2.pdf ...}} {{path/to/merged_output.pdf}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
2026-08-06 22:19:46 -06:00
|
|
|
- Merge a directory of PDFs into a single file:
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
`pdfunite {{path/to/directory/*.pdf}} {{path/to/merged_output.pdf}}`
|