Hello,
I am using highchart for generating charts in my application & charts are being generated in javascript using SVG format. I want to export these chart in PDF as the code available with me is in Javascript format. How can I place the chart image in PDF? Please help me. Thanks in advance.
Exporting SVG graph(Highchart) image as PDF using PHP
I used to recommend fPDF to create pdf files, but recently someone here said that mPDF is an improvement of fPDF so I'd start by checking that out.