Hi Team,
I am trying to convert PPT to pdf, color are differ from PPT
using aspose-slide version :20.5
server : windows 2016
Sample code
case PVAIDocConversionConstants.ASPOSE_SLIDES:
com.aspose.slides.License slidesLicense = new com.aspose.slides.License();
slidesLicense.setLicense(licenseFs);
Presentation presentation = new Presentation(docInputStream);
presentation.save(output, SaveFormat.Pdf);
Input file: Colour change.pptx
Output file : 15755433.pdfcolor.zip (82.9 KB)
regards
Tarun