Creating automatic PDF reports from dash web app

Hi guys!

So I am working on this project where we energy system simulations. My task is to create interactive visualizations from the results of the simulation. I am using plotly and currently writing a script to make a simple web app and also automatically generate PDF report from it.

I googled and googled and couldn’t find a solution to this yet. Can someone point me in the right direction as to how to do this?

Thanks a bunch!

I use Api2Pdf to print excel files I generate in Dash to PDF. They have other features that you may be looking for. Check it out at https://www.api2pdf.com/

1 Like

FYI this capability is available on Dash Enterprise with the Snapshot Engine feature.

1 Like