Notes section is incorrectly rendered in docx to pdf rendition

Hi,
I am using Aspose Words 17.7 to convert a docx to pdf. the comment section available in the document gets rendered incorrectly as Test comment and Test comment 2 , irrespective of the original notes in the document.

CTS-4672.zip (616.1 KB)

Regards,
Ankur Vashishtha

@AjeshEMC,

Thanks for your inquiry. Please enable ShowRevisionBalloons revision option to render all notes as following, it will help you to accomplish the task. test_AW177.pdf (367.2 KB)

Document doc = new Document("CTS-4672.docx");
dstDoc.getLayoutOptions().getRevisionOptions().setShowRevisionBalloons(true);
dstDoc.save("test_AW177.pdf", SaveFormat.PDF);

Hi Tilal,
Not only the revision order is different but the formatting order is different as well.
Attaching the aspose rendered PDF and the Save_As. Please don’t close the issue.
Markup.zip (1.3 MB)

Regards,
Ankur Vashishtha

I am sorry this comment is meant for the Vas:CTS-4674:Markup not showing properly in the pdf rendition

@AjeshEMC,

Thanks for your inquiry. Please follow the other thread for further proceedings.