Our pure JavaScript Scheduler component


Post by adharwadkar »

Hi,

I wanted to know the difference between scheduler_export vs scheduler_printable, other than one is server-side, and the other is client-side printing. As far as quality is concerned, They are looking the same (for our scheduler). I was wondering if there are any other differences?

Post by Maxim Gorkovsky »

Hello.
Printable plugin uses export plugin as a source of content. The difference is that printable plugin uses browser tab to print and export uses standalone server which runs headless chrome to generate PDFs. Please refer to the doc for more details: https://bryntum.com/docs/scheduler-for-extjs/#!/api/Sch.plugin.Printable
Please note that this plugin may in some cases not generate a perfect picture for example in Firefox, due to various limitations in the browsers print implementation. If you require a high quality print in that case, you should use the Export plugin instead and first export to PDF. Chrome, IE10+ will give the best results.

Post Reply