tracker issue : CF-3040911

select a category, or use search below
(searches all categories and all time range)
Title:

Bug 82020:CFPDF - Rotation works in opposite direction expectedWhen using CFPDF action="transform" with rotation, the pages are rotated counterclockwise instead of the expected clockwise direction

| View in Tracker

Status/Resolution/Reason: Closed/Fixed/

Reporter/Name(from Bugbase): CF Searching / CF Searching (CF Searching)

Created: 02/08/2010

Components: Document Management, PDF manipulation

Versions: 9.0

Failure Type: Unspecified

Found In Build/Fixed In Build: 0000 / 271503

Priority/Frequency: Major / Unknown

Locale/System: English / Platforms All

Vote Count: 0

Problem:

CFPDF - Rotation works  in opposite direction expectedWhen using CFPDF action="transform" with rotation, the pages are rotated counterclockwise instead of the expected clockwise direction.  Since negative numbers (-90,-180,-270) are not allowed, there seems to be no work-around. WISHLIST: It would be nice if both positive and negative values were allowed, so pdfs could be rotated either clockwise or counterclockwise.
Method:

Steps: Rotate pdf 90 degrees<cfpdf action="transform"     source="c:\lc_pdf_overview_format.pdf"    destination="c:\rotated.pdf"    rotation="90"    overwrite="true" />Actual Results:  Pages are rotated 90 degrees counterclockwiseExpected Results: Pages would be rotated in clockwise direction
Result:

----------------------------- Additional Watson Details -----------------------------

Watson Bug ID:	3040911

External Customer Info:
External Company:  
External Customer Name: CF Searching
External Customer Email: 248D17EF472002E0992015B9
External Test Config: 02/08/2010

Attachments:

Comments: