Closed mayureshs closed 4 years ago
Hi, not directly using this library but there are libraries such as PDFsharp that you can use to render HTML and export that to a PDF so you might be able to use that.
Thanks for the response. Is there anyway I can create graph and add it to pdf server side without rendering HTML.
No, sorry. All this library does is generate the javascript required for the chart.js plugin to actually render the graph, the rendering is all done in the browser by chart.js.
Thank you. Closing the issue, if possible do consider it as a feature request.
Is there any way I can export the chart object into a PDF as an image ?