413 Aspose server error word file to PDF conversion

Hi team,
i tried to convert a word file to pdf using Aspose words java version 24.3 license version.
but it is not happening, it takes forever and gets no response, getting java out of memory error.
the same is the case with Aspose online conversion too.

20240328133539293_43855.docx (1.6 MB)

attached references of word file and error image

@yatheendra I cannot reproduce the problem on my side using the latest 24.3 version of Aspose.Words for java and the following simple code:

Document doc = new Document("C:\\Temp\\in.docx");
doc.save("C:\\Temp\\out.pdf");

Conversion takes about 28 seconds on my side. Conversion the document to PDF using MS Word takes more than minute.