pdftk: avoid non-ascii characters (#4144)

client-spec/clarity
David Husz 2020-07-05 22:51:44 +02:00 committed by GitHub
parent 222bc41873
commit 3a516641b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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: