1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 13:05:59 +02:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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: