When we go go Schedule > Print > PDF, the month does not show in the export. What are we missing?
Thanks
Steve
When we go go Schedule > Print > PDF, the month does not show in the export. What are we missing?
Thanks
Steve
Hi @Osensnolf
Yes, the month name is not exported by default.
But there is easy way to solve it: just specify the required text in the header
property of scheduler.exportToPDF()
function and it will be added to the output PDF image.
https://docs.dhtmlx.com/scheduler/pdf.html#parametersoftheexportmethod
Snippet which demonstrates how it works.
Perfect! Thank you very much.