Spire.Doc is a professional Word .NET library specifically designed for developers to create, read, write, convert and print Word document files. Get free and professional technical support for Spire.Doc for .NET, Java, Android, C++, Python.

Mon Jun 27, 2022 5:28 pm

Hi Team,

Is there a way to set Track changes (as shown in the attachment) property on a word document?

If yes, when an exported word document is changed, and the changes are tracked is there a way to look for only the changes done on the document that were tracked.

My scenario is that I have multiple content controls, each of them are tagged with a unique identifier and I want to know which content controls were updated on the document.


I appreciate your help.

Thank You,
Jalpa Ashara

jalpaashara
 
Posts: 21
Joined: Wed Jun 22, 2022 8:12 pm

Tue Jun 28, 2022 8:44 am

Hi,

Thanks for your inquiry.
Our Spire.Doc provides the document.TrackChanges=true method to enable track changes. And it also supports getting the revisions. Please refer to the attached .cs file. If there is any question, please feel free to write back.

Sincerely,
Kylie
E-iceblue support team
User avatar

kylie.tian
 
Posts: 412
Joined: Mon Mar 07, 2022 2:30 am

Mon Sep 05, 2022 6:51 am

Hi,

Greetings from E-iceblue!
Did the code I provided help you? Could you give us some feedback at your convenience?

Sincerely,
Kylie
E-iceblue support team
User avatar

kylie.tian
 
Posts: 412
Joined: Mon Mar 07, 2022 2:30 am

Return to Spire.Doc