Custom PDF

It’s possible to add an image, so I can determine width and height, the PDF generation date and title for a Scheduler PDF method?

Thanks.

a) you can add an image as header of the document
docs.dhtmlx.com/doku.php?id=dhtm … and_footer

b) full sources of php export script are provided, so you can tweak code and place any custom content in result pdf.

About your “b” point… if I need to put the hour of pdf generation… I need to edit the generate.php file or other one?

I think you can tweak pdfWrapper.php, check “public function drawImgHeader() {” - you can add code here for rendering some text header.

Yes, I finally found it yesterday and it works!

Thanks! ;D