Hi Aspose Team,
I want to read all the track changes(Insertion, Deletion, Format_change) values from word documents.
Whatever i have seen in the Word document from MS-Office application, the same number of revisions and values from Aspose output. But i am not getting the same results from aspose api.
Our requirement is to get the Beforetext and Aftertext for Insertion, Deletion and for format change-BeforeFormat and AfterFormat.
When we are using Revisions to get all the track changes, giving wrong count as word document is showing.
(Ex: 11 changes-Both Insertion and Deletion) , but from aspose api showing 16 count(which it is breaking into different lines)
If i use RevisionGroup, i am getting the results which is similar to results in Ms-Office viewer.
But the challenge here is I am not able to get the beforetext and aftertext values for each insertion/deletion/format_change entries.
If i use Revision, i am able to get the data and I can get nextsibling to get the aftertext value, but it is generating more results(16 revisions) from the expected results(11 revisions) and also due to the more count values are splitting and nextsibling is showing as wrong.
Ex: 1984 changed to 2,084
[0]: 198
[1]: 4
[2]: ""
[3]: 2
[4]: ,084
Please provide good soultion to read all track changes(Insertion, Deletion, Format_change) values
with Date, Author Name, BeforeText, AfterText and Revision Type from word documents with correct count for Insertion and Deletion.
Ex: 1984 changed to 2,084
BeforeText: 1984
AfterText: 2,084Sample.zip (13.4 KB)
Please find the attached(sample.zip) sample docx attached.