How Aspose word supports track changes function?

Hi,
I am using Aspose.word for Java to modify Word documents which are track changes enabled . However the results Word documents do not keep changes tracked.
I found the following the API says:

public void setTrackRevisions(boolean value)

True if changes are tracked when this document is edited in Microsoft Word.
Note that setting this option has no effect on changes to the document that you make programmatically via Aspose.Words. The changes that you make via Aspose.Words are never tracked as revisions.
Do you provide a workaround?
Thanks,

Sorry, but there is no workaround for this. Aspose.Words does not create revisions for the changes that are made in the document programmtically. Maybe we will add this functinality later, but that won’t happen in the nearest future.

Hello
Any update on track changes when word is updated Programmatically using Aspose. Have they been implemented as on Jun 2009.
Thanks

Hi

Thanks for your request. Unfortunately, this feature is not available yet. I linked your request the appropriate issue. You will be notified as soon as this feature is implemented.
But, currently, it is difficult to provide you any reliable estimate regarding this issue.
Best regards.

Hi
Is it possible to track if any changes has been performed at individual bookmark level (using hasRevisions) when edited in theWord application.
Thanks

Hi

Thanks for your request. If you enable “Track revisions” option and change something in the document, then hasRevisions property says you that something was changed.
Also on paragraph level, you can use IsDeleteRevision and IsInsertRevision to determine whether the paragraph was removed or inserted:
https://reference.aspose.com/words/net/aspose.words/paragraph/isdeleterevision/
https://reference.aspose.com/words/net/aspose.words/paragraph/isinsertrevision/
Best regards.

Hello
Is there any update on the Track change feature in Aspose Word (Java)
Thanks
Gautam Verma

Hello

Thanks for your request. Unfortunately, this feature is still not available. You will be notified as soon as it is supported.

Best regards,

Enable tracking changes is possible in Aspose.Words, but Aspose.Words will not automatically track changes you made using Aspose.Words itself. There are no plans to support this feature at the moment.

The issues you have found earlier (filed as WORDSNET-754) have been fixed in this .NET update and this Java update.

This message was posted using Notification2Forum from Downloads module by aspose.notifier.
(14)