Is there a possibility to download a composite of table(s) and chart(s) as PDF from an App?

I know there is a possibility to download a single table or chart from an App as Excel, CSV or PNG.
But is it also possible to download more tables and charts with a predefined alignment as a PDF?

Use case: In an App we show different charts and tables. And now we want to provide a “management report” which contains different tables and charts in a predefined design to make it available for upper management as a report of the current state.

For downloading a table as PDF you could have a look at the custom-component save-table-as-pdf.

For downloading charts there is an option called exporting in Highcharts. Some of our Highcharts components are just passing the Apps config properties to Highcharts, so it might be possible to pass a configuration with this exporting property.