Hi Aspose Team,
We have a requirement in Word Document where we need to Extract Before Text and After Text from Track Changes.
Example :
-
A word(eg: “Tiger”) Is Deleted in a word document.I should be able to build response as .
Before Text : “Tiger”
After Text: “”
Operation : “Delete” -
A word(eg: “Tiger”) Is updated to new Word(eg: Cub) in a word document.I should be able to build response as .
Before Text : “Tiger”
After Text: “Cub”
Operation : “Update”
- A word(eg: “Cub”) Is Inserted in a word document.I should be able to build response as .
Before Text : “”
After Text: “Cub”
Operation : “Insert”
Second Point is little tricky as in revisions/Revision Groups we have only inserrt,delete,move,format change but not update.
Can you please help me with a possibility to achieve this.
Thanks & Regards,
Kamal