We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40ab76a commit ae0da51Copy full SHA for ae0da51
java/src/main/java/com/genexus/reports/GXReport.java
@@ -79,7 +79,7 @@ else if (implementation.equals("ITEXT8"))
79
reportHandler = new PDFReportItext8(context);
80
else
81
reportHandler = new PDFReportPDFBox(context);
82
- ((GXReportPDFCommons) reportHandler).setOutputStream(httpContext.getOutputStream());
+ ((GXReportPDFCommons) reportHandler).setOutputStream(getOutputStream());
83
} catch (Exception e) {
84
log.error("Failed to set output stream: ", e);
85
}
0 commit comments