DOCX editing multiple issues in .NET

Hello, We currently have 453 .docx files that our application would need to process through GroupDocs.Editor. 159 of those files failed for various reasons. I believe I’ve reported some of these errors before. Here is a complete list of all errors. I’ve attached test files in a zip numbered 01-[Error].docx through 12-[Error].docx that correspond to each error. Also attached is a zip of the console application that can replicate the errors. Issues number 7 and 8 effect the most documents.
Thanks for your help!
Summary of issues:

  1. 4 documents - Internal error - this shape configuration with input shape type ‘Aspose.Words.Drawing.Shape’ is not supported
  2. 7 documents - Internal error - unexpected list level mismatch: previous - 0 , next – 4 OR , next – 2
  3. 2 documents - Internal error - unexpected data mismatch. List number format is ‘ .)’ and has ‘3’ characters, while list label for the first item is ‘10.)’ and has ‘4’ characters.
  4. 1 document - Internal error - unexpected data mismatch. List number format is ’ . ’ and has ‘3’ characters, while list label for the first item is ‘11.1’ and has ‘4’ characters.
  5. 1 document - Internal error - unexpected data mismatch. List number format is ‘ )’ and has ‘2’ characters, while list label for the first item is ‘10)’ and has ‘3’ characters
  6. 3 documents - An item with the same key has already been added.
  7. 101 documents - Name of the INPUT element cannot be NULL, empty or whitespaces.
  8. 15 documents - Only ‘phrasing’ content is permitted for the heading (H2) element, while specified element DIV has content category ‘Flow’ Parameter name: newElement
  9. 5 documents - cannot find a ‘FormField’ node for the field ‘FieldFormCheckBox’-’ FORMCHECKBOX ’ (’’)
  10. 1 document - Value cannot be null. Parameter name: inputRun
  11. 3 documents - Object reference not set to an instance of an object
  12. 1 document - Internal error - Content of the run is not represented by any of HTML elements
    DocxFilesFromClaimLogiq.zip (1.9 MB)
    GroupDocsBulkConvert.zip (5.2 KB)
1 Like

@CLQcflowers,

Thanks for sharing the details. Using the sample application we can reproduce these exceptions. Hence, we have logged these issues in our internal issue tracking system with following IDs:

Exception 1 - EDITORNET-1592
Exception 2 - EDITORNET-1593
Exception 3, 4 and 5 - EDITORNET-1594
Exception 6 - EDITORNET-1595
Exception 7 - EDITORNET-1596
Exception 8 - EDITORNET-1598
Exception 9 - EDITORNET-1599
Exception 10 - EDITORNET-1600
Exception 11 - EDITORNET-1601
Exception 12 - EDITORNET-1602

These tickets will be further investigated and you’ll be notified as there’s any update.

@CLQcflowers,

Following issues are resolved and the fix will be available in upcoming release of the API:

  • EDITORNET-1599
  • EDITORNET-1598
  • EDITORNET-1596
  • EDITORNET-1592
1 Like

@CLQcflowers,

Following issues are resolved in API version 20.4:

  • EDITORNET-1592
  • EDITORNET-1596
  • EDITORNET-1598
  • EDITORNET-1599
  • EDITORNET-1602

@CLQcflowers,

Following issues are fixed in API version 20.5:

  • EDITORNET-1600
  • EDITORNET-1594
  • EDITORNET-1593

@CLQcflowers

Following issues are fixed in API version 20.6:

  • EDITORNET-1601
  • EDITORNET-1595