Skip to content

marvin-sinister/pdf-auto-rotate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pdf-auto-rotate

script to rotate pdf documents to portrait

This is a python script that rotates pages in PDF document so that all the pages are portrait.

It requires pdftk to run.

Depending on version of pdftk you might need to change the line:

        to_rotate.append('E')

to:

        to_rotate.append('east')

because pdftk developers changed the syntax at some point (probably version 1.45).

About

script to rotate pdf documents to portrait

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages