astefanutti / decktape

PDF exporter for HTML presentations
MIT License
2.19k stars 176 forks source link

Add timeout to pdf buffering for slide #251

Closed aleciavogel closed 1 year ago

aleciavogel commented 1 year ago

I added a timeout to pdf.page so that you can customize how long you will wait for slides with large assets to finish buffering.

I had a complicated plotly graph that was causing the buffer to take much longer than the default of 30 seconds. This was the only way I was able to mitigate the issue.