Ppt to pdf . Can't convert

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

@zsnqsl

Please share following details and we’ll look into this scenario:

  • OS name and version
  • Exception stack trace
  • Java version
  1. Intel® Core™ i7-6700HQ CPU @ 2.60GHz 2.60 GHz 16.0 GB
    Windows 10 Enterprise
    2.java version 1.8.0_291
    3.No exception information is thrown,and it stays at converter.convert(pdfpath, options);

@zsnqsl

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.