Skip to content

Commit

Permalink
pdfunite: Add page (tldr-pages#1633)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrl authored and agnivade committed Nov 17, 2017
1 parent ced7343 commit 9bc122e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pages/common/pdfunite.md
Original file line number Diff line number Diff line change
@@ -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}}`

0 comments on commit 9bc122e

Please sign in to comment.