Export graphs and charts to .pdf

2
I would like to be able to generate reports with meaningful graphs displayed on them, but cannot find a method to achieve this. I have followed all of the routes below: Cannot insert a graph into document template, but can insert an image. I have tried to use “JFree Charts” to save the charts as images. I cannot download the marketplace module because the module cannot be downloaded on my version of Mendix. https://marketplace.mendix.com/link/component/3011 Attempted to simply screenshot the graphs using the marketplace module “Print Screen To PDF“ https://marketplace.mendix.com/link/component/27069. I ran into this unsolved issue well represented by this forum post: https://community.mendix.com/link/questions/94807. Changing the classes to any container has not proven effective either. I am stuck and cannot think of another method to achieve this. Any feedback is welcome!
asked
2 answers
2

Hi,

1).There is a widget called Templator available, Using this we can create any page as a PDF which also includes the Mendix charts. 

2).You can download JFree Charts in an older version of Mendix and later update the project to a newer version.

Thank You

answered
1

Here's just an idea, let the browser handle it. Add a nanoflow button with a custom JavaScript action and use window.print()

answered