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

qpdf: remove spaces

This commit is contained in:
Agniva De Sarker 2018-01-03 14:30:33 +05:30 committed by GitHub
parent 9dac3c2041
commit f178e85efc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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