Convert to .doc

The source file is generated by exporting a crystal report to .rtf format…crystal places boxes are frames around each field…
Is it possible to generate a .doc file without frames and in true microsoft word document when the source file has frames in it…

Dim doc As Aspose.Words.Document = New Document("C:\RQPM1000074.rtf")
doc.Save("C:\Inetpub\wwwroot\research\RQPM1000074.doc")

I am using above code…but the generated file still has frames and editing is difficult…
Thanks

Hi

Thanks for your inquiry. Unfortunately, I cannot suggest you any way to remove frames from your document. I see that all content even tables in your document is positioned using frames and floating shapes, which make it difficult to edit this document.
Maybe your exporter to RTF has an option, which allows to export in flow format. We have such option in Aspose.Words for Reporting Services:
https://docs.aspose.com/words/reportingservices/document-layout-flow-vs-positioned/
Maybe your exporter to RTF has a similar option.
Best regards.