1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-31 10:17:58 +01:00

qpdf: Simplify description

This commit is contained in:
Jaseem Abid 2018-01-03 14:21:19 +05:30
parent 24011cc085
commit 9dac3c2041

View file

@ -14,7 +14,7 @@
`qpdf --split-pages=n {{input.pdf}} {{out_%d.pdf}}`
- Rotate and transform the PDF:
- Rotate certain pages of a pdf with a given angle:
`qpdf --rotate={{90:2,4,6}} --rotate={{180:7-8}} {{input.pdf}} {{output.pdf}}`