I found a problem when I try to open a word documentfile with DocIO (MVC) that was previously exported from the JS2 DocumentEditor.
at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)"
" at System.Collections.Generic.List`1.System.Collections.IList.get_Item(Int32 index)"
" at Syncfusion.DocIO.DLS.WCellCollection.get_Item(Int32 index)"
" at Syncfusion.DocIO.DLS.WTableCell.GetVerticalMergeStartCell()"
" at Syncfusion.DocIO.DLS.WTable.GetCellWidth(WTableCell cell, Single clientWidth, Single tableWidth, Single currOffset, Single maxRowWidth, Boolean isTableGridMissMatch)"
" at Syncfusion.DocIO.DLS.WTable.UpdateTableGrid(Boolean isTableGridMissMatch)"
" at Syncfusion.DocIO.DLS.Convertors.DocxParser.ParseTableValue(XmlReader reader, WTable table)"
" at Syncfusion.DocIO.DLS.Convertors.DocxParser.ParseTable(XmlReader reader, WTable table, Boolean isAlreadyCheck, String m_localName)"
" at Syncfusion.DocIO.DLS.Convertors.DocxParser.ParseBody(XmlReader reader, IEntity entity, Boolean isRunElementTextBody, Boolean isFromDocument)"
" at Syncfusion.DocIO.DLS.Convertors.DocxParser.ParseDocument(Stream stream)"
" at Syncfusion.DocIO.DLS.Convertors.DocxParser.ParseDocument(Package wordPackage)"
" at Syncfusion.DocIO.DLS.Convertors.DocxParser.Read(WordDocument document, Boolean isFlatOPC)"
" at Syncfusion.DocIO.DLS.Convertors.DocxParser.Read(Stream docStream, WordDocument document)"
" at Syncfusion.DocIO.DLS.WordDocument.OpenDocx(Stream stream)"
" at Syncfusion.DocIO.DLS.WordDocument.OpenInternal(Stream stream, FormatType formatType, String password)"
" at Syncfusion.DocIO.DLS.WordDocument..ctor(Stream stream)"
I have 2 documents, the original (which is correctly opened with DocIO) and the exported version that raises that exception.
I'm attaching both versions of the document, the original, and the stream that is exported from the documentEditor web component (javascript), saved as "DocIO open failed.docx".
- Syncfusion.EJ2.JavaScript v18.2.0.45 in the client side.
- Syncfusion.Pdf.AspNet.MVC5 v18.2.0.45 in the server.