Fixed
Details
Details
Assignee
Michael Offner
Michael OffnerReporter
David Scarbrough
David ScarbroughPriority
Fix versions
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Sprint
None
Affects versions
Created 2 March 2017 at 19:18
Updated 13 August 2019 at 15:19
Resolved 19 April 2017 at 10:31
I have been unable to get cfdocument to recognize the orientation attribute when set to landscape. This worked correctly under Adobe CF MX, 9, and 2016. When we moved to Lucee, the function stopped working, and now only displays in portrait.
Using the following does not display in landscape
<cfdocument format="PDF" orientation="landscape">
<cfdocumentsection name="Cover">
Cover Sheet. This is displayed incorrectly in portrait.
</cfdocumentsection>
<cfdocumentsection name="Data">
Data sheets section. This is displayed incorrectly in portrait.
<br /><br />
<cfoutput>server version: #server.lucee.version#</cfoutput>
</cfdocumentsection>
</cfdocument>