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