3 Replies Latest reply: Feb 9, 2010 5:04 PM by -==cfSearching==- RSS

    (CF9) CFPDF - Rotation sanity check

    -==cfSearching==- Community Member

      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" />

       

      Rotated90Degress.png