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:
- 4 documents - Internal error - this shape configuration with input shape type ‘Aspose.Words.Drawing.Shape’ is not supported
- 7 documents - Internal error - unexpected list level mismatch: previous - 0 , next – 4 OR , next – 2
- 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.
- 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.
- 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
- 3 documents - An item with the same key has already been added.
- 101 documents - Name of the INPUT element cannot be NULL, empty or whitespaces.
- 15 documents - Only ‘phrasing’ content is permitted for the heading (H2) element, while specified element DIV has content category ‘Flow’ Parameter name: newElement
- 5 documents - cannot find a ‘FormField’ node for the field ‘FieldFormCheckBox’-’ FORMCHECKBOX ’ (’’)
- 1 document - Value cannot be null. Parameter name: inputRun
- 3 documents - Object reference not set to an instance of an object
- 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)