coherentgraphics / cpdf-binaries

PDF Command Line Tools binaries for Linux, Mac, Windows
Other
581 stars 42 forks source link

Rotate only selected pages in a pdf #53

Closed soubhikchatterjee closed 3 years ago

soubhikchatterjee commented 3 years ago

When i run the following command, it rotates ALL pages in the pdf. cpdf -rotate 90 in.pdf -o out.pdf

Is there anyway, i can rotate just the pages 2 and 4 in the above pdf file?