Status/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): Aaron Neff / Aaron Neff (Aaron Neff)
Created: 09/19/2012
Components: Document Management, PDF generation
Versions: 10.0
Failure Type:
Found In Build/Fixed In Build: Final / 290682
Priority/Frequency: Major / Some users will encounter
Locale/System: English / Win All
Vote Count: 0
Consider this pseudo-code (please see attached code):
<cfdocument format="pdf" name="myPDF" scale="100" pagewidth="#800/72#" pageheight="#200/72#"..>
<div style="width:800px;height:200px;background-color:blue;color:white">foobar</div>
</cfdocument>
<cfpdf action="thumbnail" source="myPDF" scale="100" resolution="high"..>
Just run the attached script and see:
1) Resultant image dimensions are 800x200 (good)
2) Blue 800x200 div does not fill the 800x200 image (bad)
I cannot install ColdFusion 10 Update 1 b/c it breaks the underlying ICE Browser functionality that I was using as a workaround for the above.
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3333862
External Customer Info:
External Company:
External Customer Name: itisdesign
External Customer Email:
Attachments:
- September 20, 2012 00:00:00: 1_index.cfm
- May 19, 2014 00:00:00: 2_cfpdfthumbnailshrinkscontent.zip
- November 15, 2014 00:00:00: 3_20141114_Bug_3333862_AlmostFixed.jpg
- November 15, 2014 00:00:00: 4_20141115_Bug_3333862_AlmostFixed.cfm
Comments: