Currently working on an issue where when a 6 slide file is attempted to be imaged, we run into an issue with the following line of code
com.aspose.slides.Presentation presentation = new com.aspose.slides.Presentation(inFilePath);
setting breakpoints and remote debugging leads to a hang on this line, that then causes our worker to automatically fail the job after an hour passes. I’ve run this multiple times and each time has hanged at this line. I cannot attach the file in question to this post since it is a ppt file. No errors are listed in the logs, other than just the evident one hour delay between when it starts to execute this line, and when it inevitably gives up on trying to progress.
The file opens fine in microsoft powerpoint, and I don’t see any current issues why the file would have a problem. Appreciate and feedback provided!