Status/Resolution/Reason: Closed/Fixed/Fixed
Reporter/Name(from Bugbase): / ()
Created: 04/10/2019
Components: Document Management, PDF Generation (CFHTML2PDF)
Versions: 2016,2018
Failure Type:
Found In Build/Fixed In Build: 311392 / CF2016U12,CF2018U5
Priority/Frequency: Major /
Locale/System: /
Vote Count: 0
Problem: CF2016 cfhtmltopdf incorrect orientation for landscape on RHEL 7.6
Method: Run the below sample codes:
<cfhtmltopdf orientation="landscape">
This is a test <cfoutput>#now()#</cfoutput>
</cfhtmltopdf>
<cfhtmltopdf orientation="portrait">
This is a test <cfoutput>#now()#</cfoutput>
</cfhtmltopdf>
Result: Both outputs shows portrait pdf
Expected: We should get landscape pdf for the first sample code.
Workaround: Point to the remote PDFG service on Windows.
Note:
Attachments:
Comments: