Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 598 Bytes

File metadata and controls

27 lines (16 loc) · 598 Bytes

PDF-Rotate

A shell script to rotate orientation of PDF files.

Requirements

You must install the latest Image Magick library and PdfTK

Usage

mv converter.sh converter

chmod a+x converter.sh

./converter file-in.pdf file-out.pdf

ChangeLog

v0.1.9 - 2013-01-06

  • Create the script to rotate PDF files that contains pages in LANDSCAPE orientation to PORTRAIT

Contributors