Skip to content

Commit

Permalink
pdfjoin: add page (#2040)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcervenkov authored and owenvoke committed Mar 23, 2018
1 parent 8c8f832 commit eeafea4
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions pages/common/pdfjoin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# pdfjoin

> PDF merging utility.
- Merge two PDFs:

`pdfjoin {{file1}} {{file2}} --outfile {{output_file}}`

- Save pages 3 to 5 followed by page 1 to a new PDF:

`pdfjoin {{file 3-5,1}} --outfile {{output_file}}`

- Merge subranges from two PDFs:

`pdfjoin {{file1 3-5,1}} {{file2 4-6}} --outfile {{output_file}}`

0 comments on commit eeafea4

Please sign in to comment.