Linux.com

Re:Missing page rotations

Posted by: Administrator on August 29, 2006 07:14 AM
Ok, I figured out how to rotate FAXes I receive as PDFs. The FAX itself is an image inside the PDF and the files I receive from the provider don't contain any<nobr> <wbr></nobr>/Rotate statements.

After a lot of trial and error I found the solution to reversing a FAX that came in upside down. Locate lines like this:<nobr> <wbr></nobr>/MediaBox [0 0 609 734]

Change it to:<nobr> <wbr></nobr>/MediaBox [0 0 609 734]<nobr> <wbr></nobr>/Rotate 180

This should appear once per page.

#

Return to Manipulating PDFs with the PDF Toolkit