Skip to content

Commit 0865ba7

Browse files
committed
No footer on last page in PDFBox
PDF reports were not generated when the Footer on last page property was set to No using PDFBox Issue: 206772
1 parent 6635ed9 commit 0865ba7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

java/src/main/java/com/genexus/reports/PDFReportPDFBox.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1350,6 +1350,7 @@ public void GxEndDocument() {
13501350
document.addPage(new PDPage(this.pageSize));
13511351
pages++;
13521352
}
1353+
GxEndPage();
13531354
replaceTemplatePages();
13541355
int copies = 1;
13551356
try {

0 commit comments

Comments
 (0)