Page 1 of 1

Server Module Generate a Graph chart image

Posted: Fri Mar 21, 2025 5:03 pm
by adrian.bustillo
Hi!

Background to the question:

A customer request to generate a graph and plot it to PDF. Basically a report contains table and graphs. I am done with the table using integrator. This is a VL-Web application

My main problem now is that to generate the graphical image to PDF? Are there any server function routine or program that can do this? Generate graphical chart image.

I'm ok if I will have 2 server routine request to generate the image first then plot it to the PDF using image.

Re: Server Module Generate a Graph chart image

Posted: Mon Mar 31, 2025 5:10 am
by Dino
You may have to find a service to generate the image and give it back you as image png jpg etc or to use some Javascript to generate it, maybe make it a widget, so you can Include the image as usual un a pdfdocument integrator service report.

Some ideas
https://stackoverflow.com/questions/532 ... in-node-js