Convert Microsoft PowerPoint Presentation to PDF in Java using Aspose.Slides for Java not working

I’m trying your Aspose Slides for Java, currently we use CloudCovert licensed version API for conversion of PPT to PDF.

As i was experimenting your API jar, do i need to patch license before i can use those jars? A very simple PPTX to PDF conversion code is not running as provided in your exampled.

Your early response is appreciated

regards,
Ajay

Hi Ajay,

Thanks for inquiring Aspose.Slides.

I have observed the comments shared by you and appreciate your growing interest in Aspose.Slides. I suggest to you please try using the following sample code on your end to load Aspose.Slides license. Please visit this documentation section to see different export options available in Aspose.Slides. If there is still an issue then please feel free to share with us and I will try my best to help you further in this regard.

com.aspose.slides.License lic=new com.aspose.slides.License();

lic.setLicense(path+“Aspose.Total.Product.Family.lic”);

Many Thanks,

Moved here: Convert Microsoft PowerPoint Presentation to PDF in Java using Aspose.Slides for Java not working - Free Support Forum - aspose.cloud