Status/Resolution/Reason: Closed/Withdrawn/NotABug
Reporter/Name(from Bugbase): MrSmith M. / ()
Created: 10/01/2019
Components: Document Management, PDF Generation (CFHTML2PDF)
Versions: 2016
Failure Type: Incorrectly functioning
Found In Build/Fixed In Build: CF2016 Update 12 /
Priority/Frequency: Normal /
Locale/System: / Linux
Vote Count: 0
Problem Description:
In CF2016 Update 11 the following code generates a horizontal PDF. Update 12 generates a vertical PDF.
Steps to Reproduce:
<cfset local.pageWidth = 4.97>
<cfset local.pageHeight = 2>
<cfhtmltopdf name="local.result" orientation="landscape"
pagetype="custom" unit="in" pagewidth="#local.pageWidth#" pageheight="#local.pageHeight#"
margintop="0.0" marginright="0.0" marginbottom="0.0" marginleft="0.0">
aaaaaa
</cfhtmltopdf>
<cfheader name="Content-type" value="application/pdf">
<cfcontent variable="#local.result#" reset="true">
Actual Result:
Expected Result:
Any Workarounds:
Attachments:
Comments: