I have been looking at kendo.drawing to render some charts to PDF and that has been working. Now we have the need to automate rendering the charts and attaching them to an email which then gets sent as part of a batch process.
Is it possible to invoke kendo.drawing.drawDom and kendo.saveAs from the server side?
Hi Jay,
I am afraid that I could not suggest a possible approach for invoking the kendo.drawing and kendo.saveAs from the server. You can send data to the server and ensure that the server proxy will be used by setting the forceProxy option to true. However, the methods are always invoked from the client and the data is sent to the server.
I remain at your disposal in case you have additional questions.
Regards,
Neli