mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 08:15:44 +02:00
pdfunite: Add page (#1633)
This commit is contained in:
parent
ced7343ea0
commit
9bc122e934
1 changed files with 11 additions and 0 deletions
11
pages/common/pdfunite.md
Normal file
11
pages/common/pdfunite.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
# pdfunite
|
||||
|
||||
> PDF merging utility.
|
||||
|
||||
- Merge 2 PDFs into a single PDF:
|
||||
|
||||
`pdfunite {{path/to/fileA.pdf}} {{path/to/fileB.pdf}} {{path/to/merged_output.pdf}}`
|
||||
|
||||
- Merge a folder of PDFs into a single PDF:
|
||||
|
||||
`pdfunite {{path/to/directory/*.pdf}} {{path/to/merged_output.pdf}}`
|
Loading…
Add table
Reference in a new issue