Hi, I am getting an error while trying to save a PPTX to PDF.
The code is given below.
~~~.SetLicense(DocumentType.PPT, message);
~~~.SetLicense(DocumentType.PDF, message);
Aspose.Slides.Pptx.PresentationEx pres = new Aspose.Slides.Pptx.PresentationEx(inputDataStream);
MemoryStream memoryStream = new MemoryStream();
pres.Save(memoryStream, Aspose.Slides.Export.SaveFormat.Pdf);
Aspose.Slides Version - 5.9.0.0
Exception Details
Parameter is not valid
at System.Drawing.Bitmap…
Any pointers would be really helpful.