We have a program which writes information onto PDF files using CeTe. We have found that Acrobat and Office 2007 produce Landscape PDFs differently. Acrobate has the PDF rotated 90 degrees, Office has it rotated 0 degees. Therefore we need to manipulate the X/Y coordinates of everything on the fly and rotate things as well.
We're busy coding all of this, but I have not found a way to rotate images on the fly. I need the ability to rotate/flip them 90 degrees when we detect an Office 2007 generated Landscape PDF coming at our program...
Is there a way to rotate the Image Page Elements?
Thanks
- Matt