1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 22:55:31 +02:00

qpdf: fix merge documentation (#3929)

This commit is contained in:
Emma Bukacek 2020-03-25 19:25:42 -07:00 committed by GitHub
parent b398a44ff2
commit 2968f96039
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@
- Merge (concatenate) given pages from a list of PDF files and save the result as a new PDF:
`qpdf --empty --pages {{file1.pdf}} {{1,6-8}} --pages {{file2.pdf}} {{3,4,5}} -- {{output.pdf}}`
`qpdf --empty --pages {{file1.pdf}} {{1,6-8}} {{file2.pdf}} {{3,4,5}} -- {{output.pdf}}`
- Write each group of n pages to a separate output file with a given filename pattern: