Skip to content

Commit 03155bb

Browse files
authored
No footer on last page in PDFBox (#1033)
PDF reports were not generated when the Footer on last page property was set to No using PDFBox Issue: 206772
1 parent 6ae5448 commit 03155bb

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)