Hello,
Could someone provide me instructions on how to export presentations as notes pages as PDFs. In PowerPoint, this options in accessed via:
Export -> PDF -> Options -> dropdown[Publish What] -> dropdown[Notes Pages]
I’ve been digging through the API and haven’t found anything in regards to that. The only options I have found are NotesPagesMasters, which only allow to manipulate how the notes pages look, but not to enable them for printing. I also looked around the PdfOptions class and haven’t found anything there that would fix the issue when saving to PDF.
I would greatly appreciate if anyone could show me the direction on where to look for a solution.
I am using Java API for Slides. The latest one since yesterday.
Thank you!