I recently updated this slide from opens.js 2.6.2 to 3.5.0. Everything works fine, except that the PDF export now contains 45,000 pages instead of 350 pages, as before the update.
To reproduce, click on this link and ask the Chrome print dialog, which will already show the number of pages.
My index.html not changed. This one also has this code:
<script> if (window.location.search.match(/print-pdf/gi)) { document.write('<link rel="stylesheet" href="website/reveal/css/print/pdf.css">'); } </script>
This is still equivalent to the PDF export instructions in the latest update.
Geoffrey de smet
source share