We are getting the following exception :
class com.aspose.slides.ms.pbdb106a0.i: The stream is empty.
Parameter name: stream
com.aspose.slides.Presentation.if(Unknown Source)
com.aspose.slides.Presentation.(Unknown Source)
com.aspose.slides.Presentation.(Unknown Source)
USing this code:
com.aspose.slides.Presentation ppt = new Presentation(fileLoc);
ppt.save(pdf, SaveFormat.Pdf);
With this file:
https://customerservices.glasscubes.com/share/s/f05dq9v36dpq33ett08hcr7kid
What is the issue?