Getting Revision Name as GroupDocs in Word Comparision

Hi,

Can we change the Author of the Revision as it’s coming default as GroupDocs. Could you please help here.

@ashishm1

Could you please share following details and we’ll look into this scenario:

  • Source, target and output Word files
  • Sample comparison code
  • API version that you are evaluating
  • Screenshot explaining the issue (showing GroupDocs in revisions)

Sample Code:
using (var comparer = new GroupDocs.Comparison.Comparer(destinationDocument))
{
comparer.Add(sourceDocument);

            CompareOptions compareOptions = new CompareOptions()
            {
                ShowDeletedContent = true,
                ShowInsertedContent = true,
                ShowRevisions = true,
                WordTrackChanges = true,
            };

            

            comparer.Compare(resultDocument, compareOptions);

            
        }

SDK Version : 22.11.0
Test_v1.docx (13.2 KB)
Test_v2.docx (13.2 KB)
Test_v3.docx (9.2 KB)

@ashishm1

Could you please share a screenshot of this?
From author of revision, do you mean the following text?
Created with evaluation version of GroupDocs.Comparison © Aspose Pty Ltd 2001-2022. All Rights Reserved.

MicrosoftTeams-image (4).png (21.6 KB)

In Revision the Author name coming as GroupDocs

@ashishm1

We are investigating this scenario, your investigation ticket ID is COMPARISONNET-3278.

any update on this?

@ashishm1

This ticket is still in the queue. Please note that all free support issues are assisted on first come first server basis. However, we’ll notify you in case of any progress update.