Export annotations as word not working

List<GroupDocs.Annotation.Domain.AnnotationInfo> test = new List<GroupDocs.Annotation.Domain.AnnotationInfo>(_annotator.GetAnnotations(documentId).Annotations);
var resultStream = _annotator.ExportAnnotationsToDocument(inputDoc, test);

or

var resultStream = _annotator.ExportAnnotationsToDocument(documentId, inputDoc, DocumentType.Words, userId);

I get errors in the above cases. I can export pdf

GroupDocs.Annotation 18.7.1.0

error =>Method not found: 'System.Collections.IEnumerator Aspose.Words.NodeCollection.GetEnumerator()

1 Like

@NewCustomer,

You are using an old version of API.
However, you can export Word using latest version of the API. Please download or clone our most updated example project.
The issue that you are reporting is no longer in GroupDocs.Annotation for .NET version 19.6.

The problem was solved exactly in which version. My license does not contain your latest packages

@NewCustomer,

Can you please share a simple console application using that we could reproduce this issue using version 18.7.1?
Because we also investigated this scenario using v18.7.1 in this project and here’s the outcome.png (74.2 KB)

the link worked fine on the project you submitted. I have to look at my own project

1 Like

@NewCustomer,

Alright.