There was an error while loading. Please reload this page.
1 parent 4a4f339 commit 024ec4aCopy full SHA for 024ec4a
WEB-INF/src/com/dhtmlx/scheduler/PDFWriter.java
@@ -223,6 +223,7 @@ private void printWatermark() throws Exception {
223
}
224
225
private void createPDF(double[] orientation) throws Exception {
226
+this.resp.setContentType("application/pdf");
227
this.pdf = new PDF(this.resp.getOutputStream());
228
229
this.f1 = new Font(pdf, "Helvetica");
0 commit comments