Is there a way to do a force “Save As” instead of displaying the PDF in a web page?
docs.dhtmlx.com/doku.php?id=dhtmlxscheduler:pdf
I know tih PHP you can set a force download, for example with other output, such as doc file.
Is there a way to do a force “Save As” instead of displaying the PDF in a web page?
docs.dhtmlx.com/doku.php?id=dhtmlxscheduler:pdf
I know tih PHP you can set a force download, for example with other output, such as doc file.
Inside pdfWrapper.php, change
$this->cb->Output(‘grid.pdf’, ‘I’);
as
$this->cb->Output(‘grid.pdf’, ‘D’);
Thank you sooooo much
Great support.