We just purchased the Aspose.Total Product.
Your website only could download the “Download Free Trail”, the “Download” for “Aspose.Total.Java” always show blank page.
Got “Aspose.Total.Java.lic” from our order list for the license.
In our test app,
InputStream licenseStream = new FileInputStream(“Aspose.Total.Java.lic”);
license = new License();
license.setLicense(licenseStream);
Then when call “Aspose.Word” for converting “.docx” to “.pdf”, it works well.
when call “Aspose.Slides” for converting “.pptx” to “.pdf”, it always show “Evaluation Only” in the Page which means the license of Aspose.Total does not for “Aspose.Slides” .
Please provide the help!
Thanks!