stlehmann / pdftools

small collection of python scripts for pdf manipulation
MIT License
93 stars 19 forks source link

Simplify rotate functionality #10

Closed stiftcast closed 4 years ago

stiftcast commented 4 years ago

Added degrees option to enable the page(s) to be rotated either 90, 180 or 270 degrees in one go. Also fixed a bug in the logic where pages that weren't specified were getting excluded or exhibiting other weird behaviour.

stiftcast commented 4 years ago

Updated. Also made a small tweak to preserve compatibility with the original.

stlehmann commented 4 years ago

Thanks for this :)