GroupDocs.Word - Error with docx to html

Getting error when calling editor1.Edit()… “Specified element ‘INPUT’ has content category ‘Flow, Phrasing, Interactive, FormAssociated’, while interactive content is prohibited for the ‘a’ element\r\nParameter name: newElement”

Code:
Editor editor1 = new Editor(fullpath);
WordProcessingEditOptions editOptions = new WordProcessingEditOptions();
editOptions.EnableLanguageInformation = true;
EditableDocument readyToEdit = editor1.Edit(editOptions);
var content = readyToEdit.GetEmbeddedHtml();
editor1.Dispose();
File that is giving error is attached…Sildenafil_Revatio_NO_Med_Policy.zip (33.6 KB)

This topic has been moved to the related forum: Edit Word Processing document using .NET - Free Support Forum - groupdocs.com