pdfunite: update page (#22935)

This commit is contained in:
Lena Pastwa
2026-06-22 11:52:23 +02:00
committed by GitHub
parent fef8042794
commit fe9d5ae3c2
+5 -5
View File
@@ -1,12 +1,12 @@
# pdfunite
> PDF merging utility.
> More information: <https://github.com/mtgrosser/pdfunite>.
> Merge PDF files.
> More information: <https://manned.org/pdfunite>.
- Merge 2 PDFs into a single PDF:
- Merge multiple PDF files into a single one:
`pdfunite {{path/to/fileA.pdf}} {{path/to/fileB.pdf}} {{path/to/merged_output.pdf}}`
`pdfunite {{path/to/file1.pdf path/to/file2.pdf ...}} {{path/to/merged_output.pdf}}`
- Merge a directory of PDFs into a single PDF:
- Merge a directory of PDFs into a single file:
`pdfunite {{path/to/directory/*.pdf}} {{path/to/merged_output.pdf}}`