0

I am working on a project in asp .net core where I, want to export all my highcharts along with the other html content in to pdf when clicked on export button.

  • Hi Pallavi - Could you please add what you have tried and what is not working for you? A minimal example that shows the problem will help people answer your question. – Barbara Laird Aug 19 '22 at 17:43
  • Hi Barbara - I have a razor page on which there is some information along with 3 or more highcharts. I want to export all the details to pdf. – Pallavi Garg Aug 22 '22 at 04:27
  • This post [explained](https://stackoverflow.com/questions/54761784/highcharts-export-multiple-charts-using-jspdf) how to download multiple charts with `jspdf`. You can try to implement this solution to .NET. – Sebastian Hajdus Aug 22 '22 at 07:41
  • You can try to use `jsreport .net sdk`, Please refer to this [link](https://stackoverflow.com/questions/39364687/export-html-to-pdf-in-asp-net-core). – Xinran Shen Aug 26 '22 at 03:56
  • this is solved using export module of Highcharts which will give you image or svg which you can use in creating pdf – Pallavi Garg Aug 26 '22 at 11:37

0 Answers0