Vashia2.CTS-4711:Incorrect PDF rendition using Aspose Words

Hi,
I am using Aspose Words to convert a doc to pdf. But the rendition is having problems.
Few sentences are underlined & marked in red color in the original word document in page number 20,25 & 26 & this highlighting is not seen in output pdf file.

Please find attached the source and the pdf rendition of the same.
Aspose-CTS-4711.zip (855.4 KB)

Regards,
Ankur Vashishtha

@AjeshEMC,

Thanks for your inquiry. We have tested the scenario and noticed that revisions in the footer of output PDF from page 20 to 23 are not rendered correctly. Following is the footer’s text.

Printed July 19, 2017October 5, 2015 at 11:0813:58

For the sake of correction, we have logged this problem in our issue tracking system as WORDSNET-15666. You will be notified via this forum thread once this issue is resolved.

We apologize for your inconvenience.

Hi Tahir,
What about the issues I reported, regarding the underlined text that is not appearing in the pdf rendition as it is in word document.

Regards,
Ankur Vashishtha

@AjeshEMC,

Thanks for your inquiry. You are using Aspose.Pdf and Aspose.Words. We have tested the scenario using latest version of Aspose.Words for Java 17.7 with following code example. We have not found the shared issue. We have attached the output PDF with this post for your kind reference. 17.7.pdf (432.4 KB)

Document doc = new Document(MyDir + "Pasco-NMP-AD-002.docx");
doc.save(MyDir + "17.7.pdf");

Please create a simple Java application (source code without compilation errors) that helps us to reproduce your problem on our end and attach it here for testing. We will investigate the issue and provide you more information on this. Please ZIP and upload the application. Thanks for your cooperation.