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:
parent
222bc41873
commit
3a516641b5
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue