PDF document that displays graphs ?

2
I would like to create a PDF document that displays graphs based on data in my application (time series, 500 data points). Any ideas or examples about how to accomplish this smoothly ?
asked
3 answers
4

You could also try the JFree charts module. The typical usage scenario says "Create a .png image of a chart and use it in a pdf export."

https://appstore.home.mendix.com/link/app/3011/TimeSeries/JFree-Charts-(.png-images)

answered
1

You could try this app: https://appstore.home.mendix.com/link/app/27069/Mendix/Print-Screen-to-PDF

There are some drawbacks but it might solve your problem.

Regards,

Ronald

 

answered
1

One more option to generate chart images is to use a service like ChartURL: https://charturl.com/

answered