Hello,
We are looking into upgrade of current Aspose.Slides library, but encountered an issue with conversion of PPT presentation containing an EMF image to PDF.
Below is the sample code:
final String targetPdfFile =…...PdfOptions saveOptions = new PdfOptions(); saveOptions.setBestI...setBestImagesCompres(false); saveOptions.setJpegQuality((byte)95); pptx...