Question
(CF9) CFPDF - Rotation sanity check
The following should rotate a pdf's pages by 90 degrees. Does anyone else think the rotation is backwards? I would have expected it to work clockwise (ie the logo should be in the top right corner, not bottom left).
<cfpdf action="transform"
source="c:\myFile.pdf"
destination="c:\myFileRotated.pdf"
rotation="90"
overwrite="true" />

