tracker issue : CF-3040933

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

Bug 82077:CFPDF - rotation produces blank/distorted pagesUsing the rotation attribute with pdf's created by CFDocument and OpenOffice 3 seems to produce blank/distored pages

| View in Tracker

Status/Resolution/Reason: Closed/Fixed/

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

Created: 02/13/2010

Components: Document Management, PDF manipulation

Versions: 9.0

Failure Type: Unspecified

Found In Build/Fixed In Build: 9,0,0,251028 / 271503

Priority/Frequency: Major / Unknown

Locale/System: English / Win All

Vote Count: 0

Problem:

CFPDF - rotation produces blank/distorted pagesUsing the rotation attribute with pdf's created by CFDocument and OpenOffice 3 seems to produce blank/distored pages.  This appears to happen every time. The same code works with some other pdf's produced by a different application.   
Method:

Step 1: Create a pdf with cfdocument<cfdocument format="pdf"  name="testPdf">   <cfloop from="1" to="15" index="x">       <cfoutput><div>This is the content for page #x#</div></cfoutput>       <cfdocumentitem type="pagebreak" />   </cfloop> </cfdocument>Step 2: Rotate the pages<cfpdf action="transform"     source="testPdf"     destination="rotationFromVariable.pdf"     rotation="90"    overwrite="true" /> Actual result: All blank pages, reduced from full size, to thin horizontal barsExpected results: Full sized (non-blank) pages, rotated 90 degrees clockwise.
Result:

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

Watson Bug ID:	3040933

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

Attachments:

Comments: