Aspose.Slides for Java: New Presentation(path) Is Not Responding

as i told the title, correct license(isLicensed() is true), correct file(convert to zip is opened) and correct file path(run to filePath is responsed to correct action) i typed but ‘new Presentation(filePath)’ is not response(no progess to next line). and no exception.

what should i do?

@kh11,
Thank you for contacting support.

Please check your results using the latest version of Aspose.Slides for Java if it is possible. If the issue persists, please share the following files and information:

  • presentation file (you can zip the file and upload an archive here)
  • code example that reproduces the problem
  • OS version on which the code was executed
  • JDK version in your app
  • Aspose.Slides version you used

presentation file is we usually used pptx file include some image or .

CODE:

String pptxFilePath = "D:\blabla\blabla\pptxFile";
Logger.info("pptxFilePath");  // printed
Presentation pres = new Presentation(pptxFilePath);
Logger.info("slides["+pres.getSlides().size()+"]"); // not printed and next codes are not acting too.

Development Environment:

  • OS: Windows 10 Enterprise LTSC
  • JAVA: 1.8.0_77
  • Aspose: aspose.slides-16.7.0, bcprov-jdk15on-jar-1.54

Operation Environment:

  • OS: Windows Server 2019 Datacenter
  • JAVA: 1.8.0_77
  • Aspose: aspose.slides-16.7.0, bcprov-jdk15on-jar-1.54

@kh11,
There were many updates after version 16.7. We recommend that you check the issue with the latest version of Aspose.Slides for Java. In any case, in order to check the problem on our end, we need a sample presentation.