Images are distorted and some label in image are not clear

Hi Team,

We have encountered new issue while converting word to pdf.

  1. Image are getting distorted in pdf
  2. Label are not rendering clear in image of pdf
  3. In Figure 3, you see that column are getting cut.

Aspose-words-24.3-jdk17.jar
java version -jdk17
Aspose-pdf-23.11-jdk17.jar

com.aspose.words.Document  document = new com.aspose.words.Document(inputFile.getAbsolutePath());
document.setWarningCallback(new Warning());
document.save(exportedFileLocation, pdfSaveOptions);

Please find the zip folder.
sample_word_pdf.zip (4.1 MB)

Appreciate for help.

Thanks

@forasposeissues The problem are not reproducible on my side using the latest 24.5 version of Aspose.Words for Java. As I can see there are only minor rendering differences between Aspose.Words and MS Word produced PDF documents:
Aspose.Words: out.pdf (214.6 KB)
MS Word: ms.pdf (3.1 MB)

Thanks alot. We will check with aspose.word 24.5 version

But, when we check pdf generated by aspose which was shared by you. we notice still few issue are there.

Issue1 & Issue2 : In which text are not rendered properly. It doesn’t seems clear.
Issue3: In Fig 3, the 12th column is cut in word and pdf as well.

I am attaching issue detail.

issue.zip (430.1 KB)

Appreciate for help.

Thanks

@forasposeissues Unfortunately, I do not se the problems since Aspose.Words result is the same as MS Word result.

Please confirm we should use aspose word version

com.aspose aspose-words 24.5 jdk17

@forasposeissues Yes, I have tested conversion with the latest 24.5 version of Aspose.Words for Java.