Track Changes Notes lost on Word doc conversion to PDF using Aspose.Words

Hello,

Track Changes Notes lost on Word doc conversion to PDF using Aspose.Words.

Attached my test files.
TestFiles.zip (2.8 MB)

Best regards,

@samsamsam

Thanks for your inquiry. We have tested the scenario and noticed the reported issue. We have logged a ticket WORDSNET-15633 in our issue tracking system for further investigation and rectification. We will notify you as soon as it is resolved.

We are sorry for the inconvenience.

Best Regards,

@samsamsam

Thanks for your patience. We have further investigated the issue and found it is not a bug. Please enable ShowRevisionBalloons revision option as following, it will help you to accomplish the task.
AW_177.pdf (1.1 MB)

Document doc = new Document(@"My Input.docx");
doc.LayoutOptions.RevisionOptions.ShowRevisionBalloons = true;
doc.Save(@"AW_177.pdf");

Best Regards,

Hi @tilal.ahmad

When i use this code to activate balloon,

doc.LayoutOptions.RevisionOptions.ShowRevisionBalloons = true;

I found the deletion comes in balloon but I need to show the deletion inline.
Just i want balloon to show formatting tracking and comments.

Attached my test files.
My Test.zip (1.8 MB)

Best regards,

@samsamsam

Thanks for your inquiry. We have noticed the issue of inline deletion text and logged a ticket WORDSNET-15692 in our issue tracking system for further investigation and rectification. We will notify you as soon as it is resolved.

We are sorry for the inconvenience.

Best Regards,

The issues you have found earlier (filed as WORDSNET-15692) have been fixed in this Aspose.Words for .NET 18.8 update and this Aspose.Words for Java 18.8 update.