Hi there, I have a hit a bug calling this code:
Document wordDoc = new Document(filePath);
wordDoc.SaveOptions.TxtExportTableLayout = true;
wordDoc.ToTxt();
Looking at the stack trace, it occurs fairly deeply inside of the Aspose.Words code. I have the problematic docs zipped up, who can I email them to (dont want to post here, it is customer data?
Thanks in adavance