Hello,
Hi Neha,
Thanks for inquiring Aspose.Slides.
I have observed the requirements shared by you and like to share that the present approach of not rendering hidden slides in exported PDF is a right implementation. I have created an issue with ID SLIDESJAVA-35359 as new feature request to provide the support for rendering hidden slides as well in exported PDF by setting some property. For the time being, in order to render the hidden slides in exported PDF, I suggest you to traverse through all slides in presentation and set the Hidden property to false. Then you can export the presentation to PDF and it will include all slides in that.
presentation.getSlides().get_Item(0).setHidden(false);
I hope this will be helpful. Please share, if I may help you further in this regard.
Many Thanks,
The issues you have found earlier (filed as SLIDESJAVA-35359) have been fixed in this update.
This message was posted using Notification2Forum from Downloads module by Aspose Notifier.