Mendix has built in functionality to export to PDF. The functionality offered is not sufficient for the PDFs I need to create for a project I'm going to do.
I need to create reports with dynamically generated charts (bar chart, pie chart, quadrant chart). This doesn't seem to be possible using the regular export to PDF. It can be done in Mendix using either chart module, but exporting that to PDF isn't possible.
The only option I currently see is to use an external PDF Java library (either free or commercial) and try to bind it in Mendix.
Could anyone think of a better idea? Or maybe I overlooked a module in the appstore?