pdf printing of scheduler

Does the new printing code support the use of printing with the javascript inclusion of the extension for the date link on the month view? Thanks,

If html links are causing problems in your case, you can try to configure printing code

docs.dhtmlx.com/doku.php?id=dhtm … ng_service

by adding

$scPDF->strip_tags = true;

This still fails to work, both for multiline as I have a custom height:
//Height on month view to allow for multiple lines
scheduler.xy.bar_height = 40;
I get text with a … at the end rahter than the entire text.

and for printing the date when I also use ext dhtmlxscheduler_active_links.js the date field is blank

Try to enable debug option
docs.dhtmlx.com/doku.php?id=dhtm … _reporting

and provide the XML file with debug info.

I do not get an xml file, but get this error when I enable the debug flag:
[12-May-2010 15:42:13] PHP Warning: PHP Startup: Unable to load dynamic library ‘/usr/local/lib/php/extensions/no-debug-non-zts-20060613/pdo_mysql.so’ - /usr/local/lib/php/extensions/no-debug-non-zts-20060613/pdo_mysql.so: cannot open shared object file: No such file or directory in Unknown on line 0