Duplicate
Details
Assignee
Pothys - MitrahSoftPothys - MitrahSoftReporter
George MengGeorge MengPriority
NewLabels
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
Affects versions
Details
Details
Assignee
Pothys - MitrahSoft
Pothys - MitrahSoftReporter
George Meng
George MengPriority
Labels
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
Affects versions
Created 5 May 2021 at 03:38
Updated 5 May 2021 at 14:32
Resolved 5 May 2021 at 14:32
Found a new bug in PDF Extension 1.0.0.96.
Today I suddenly realized that my PDF report was not looking good, the header portion toke too much space. After running the same code in extension 1.0.0.80 and 1.0.0.96, I could see the difference right away.
My environment:
Lucee 5.3.7.48.
Code:
<cfdocument format="pdf" orientation="portrait" marginLeft="0.25" marginRight="0.25" marginBottom=".25" marginTop=".25" localUrl = "yes"> <cfdocumentitem type="header"> Report Header </cfdocumentitem> HELLO WORLD </cfdocument>
If I run the code with PDF Extension 1.0.0.80, here is what I got (which is expected):
If I run the code with PDF Extension 1.0.0.96, here is what I got: