Browse Source

qpdf: remove spaces

Agniva De Sarker 7 years ago
parent
commit
f178e85efc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/common/qpdf.md

+ 1 - 1
pages/common/qpdf.md

@@ -8,7 +8,7 @@
 
 
 - Merge (concatenate) a list of PDF files and save the result as another one:
 - 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:
 - Write each group of n pages to a separate output file with a given filename pattern: