I am converting php script into Pdf using FPDF library.I want to insert High Chart Graph in PDF using FPDF library.Is there any way to do this?
I've done this with tcpdf. The easiest way to do this is render the charts on the server and convert it into an image and ensure that it's saved on the server before importing it in.
Once you've saved the image on the server, import the image.