mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
334 B
334 B
pdfunite
Merge PDF files. More information: https://manned.org/pdfunite.
- Merge multiple PDF files into a single one:
pdfunite {{path/to/file1.pdf path/to/file2.pdf ...}} {{path/to/merged_output.pdf}}
- Merge a directory of PDFs into a single file:
pdfunite {{path/to/directory/*.pdf}} {{path/to/merged_output.pdf}}