mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 11:25:16 +08:00
pdfunite: update page (#22935)
This commit is contained in:
@@ -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}}`
|
||||
|
||||
Reference in New Issue
Block a user