bouzidanas / react-reveal-slides

Create and add reveal.js presentations in react
MIT License
33 stars 1 forks source link

Export to PDF doesn't work #9

Open BenocxX opened 2 months ago

BenocxX commented 2 months ago

I followed RevealJS docs to export to PDF but it did not work.

Here's the Chrome print preview I got:

Screenshot 2024-08-25 at 18 59 30

In the print popup, only two pages are shown: the navbar/presentation's first slide on the first page and the footer on the second page.

My presentation has 28 slides. The ?print-pdf works as expected, the presentation becomes scrollable with all fragments/animations displayed by default. But the print popup doesn't see those pages.

I do not need this feature for now, but it's good to let you know that it does not work! :)

Thanks for the help!