test.zip (53.4 KB)
String pptpath = “F:/test.ppt”;
String pdfpath = “F:/test.pdf”;
Converter converter = new Converter(pptpath);
PdfConvertOptions options = new PdfConvertOptions();
converter.convert(pdfpath, options);
test.zip (53.4 KB)
String pptpath = “F:/test.ppt”;
String pdfpath = “F:/test.pdf”;
Converter converter = new Converter(pptpath);
PdfConvertOptions options = new PdfConvertOptions();
converter.convert(pdfpath, options);
GroupDocs.Conversion V21.7
Please share following details and we’ll look into this scenario:
This issue is reproduced at our end. Therefore, we’ve logged it in our internal issue tracking system with ticket ID CONVERSIONJAVA-1648. You’ll be notified in case of any update.