Hi,
We are getting the following Error while Opening RTF files with Table content using latest Aspose.Words.Net Build.
Object reference not set to an instance of an object.
" at Aspose.Words.Tables.Table.ᛈ()
at ㎡.㑼.‼(Table ᝳ)
at ㎡.㎠.VisitTableStart(Table table)
at Aspose.Words.Tables.Table.Accept(DocumentVisitor visitor)
at Aspose.Words.CompositeNode.Ռ(DocumentVisitor Ս)
at Aspose.Words.Body.Accept(DocumentVisitor visitor)
at Aspose.Words.CompositeNode.Ռ(DocumentVisitor Ս)
at Aspose.Words.Section.Accept(DocumentVisitor visitor)
at Aspose.Words.CompositeNode.Ռ(DocumentVisitor Ս)
at Aspose.Words.Document.Accept(DocumentVisitor visitor)
at ㎡.㎠.∫(≛ ∬)
at Aspose.Words.Document.Ԅ(Stream ӽ, String ӻ, SaveFormat ԅ)
at Aspose.Words.Document.Save(String fileName, SaveFormat fileFormat)
"
Following the Code generates the above error.
Document sourceDocument = new Document("Template.RTF");
sourceDocument.Save("Output.RTF", SaveFormat.Rtf);
Please let me know if any other details required.
Thanks,
Babu Kannan