pdftk: avoid non-ascii characters (#4144)

This commit is contained in:
David Husz
2020-07-05 22:51:44 +02:00
committed by GitHub
parent 222bc41873
commit 3a516641b5

View File

@@ -9,7 +9,7 @@
- Merge (concatenate) a list of PDF files and save the result as another one:
`pdftk {{file1.pdf file2.pdf }} cat output {{output.pdf}}`
`pdftk {{file1.pdf file2.pdf ...}} cat output {{output.pdf}}`
- Split each page of a PDF file into a separate file, with a given filename output pattern: