A shell script to rotate orientation of PDF files.
You must install the latest Image Magick library and PdfTK
- Image Magick 6.8.1 http://www.imagemagick.org/script/install-source.php#unix
- PdfTK 1.44 http://www.pdflabs.com/tools/pdftk-the-pdf-toolkit
mv converter.sh converter
chmod a+x converter.sh
./converter file-in.pdf file-out.pdf
v0.1.9 - 2013-01-06
- Create the script to rotate PDF files that contains pages in LANDSCAPE orientation to PORTRAIT
- marcelaraujo admin@marcelaraujo.me