Podium View

The following method works for printing notes view with the older PPT format. Is there anything similar with the newer PPTX format?


Presentation pres = new Presentation(filePath);
pres.setSlideViewType(SlideViewType.PodiumNotesView);
PdfOptions opts = new PdfOptions();
pres.save(pi.getOutFilePath(), pi.getSaveType() ,opts);


Hi John,


I have observed the sample code shared by you and regret to share that at present the support for setting slide view type for PPTX presentation is unavailable in Aspose.Slides. An issue with ID SLIDESNET-35496 has been created as new feature request to provide the requested support. This thread has been linked with the issue so that you may be automatically notified once the issue will be resolved.

We are sorry for your inconvenience,

The issues you have found earlier (filed as SLIDESNET-35496) have been fixed in this update.


This message was posted using Notification2Forum from Downloads module by Aspose Notifier.