How to Generate Real Microsoft Word DOC Documents from Crystal Reports

How to Generate Real Microsoft Word DOC Documents from Crystal Reports

Crystal Reports has long been able to produce reports in RTF format (giving them the .DOC extension by default which always created confusion). Using Aspose.Words you can quickly and easily convert from RTF to real DOC either on the server or on the client side. Conversions in any direction between Microsoft Word formats (DOC, RTF and WordML) in Aspose.Words are high-fidelity.

The code to convert any RTF to DOC is as simple as this:
Aspose.Words.Document doc = new Document("C:\\MyFolder\\MyFile.rtf"); doc.Save("C:\\MyFolder\\MyFile.doc");

Download Aspose.Words for .NET at: http://www.aspose.com/Downloads/Aspose.Words/Default.aspx

Read the complete article at: http://www.aspose.com/Community/blogs/aspose.words/archive/2007/03/25/71350.aspx
Company: Aspose Pty Ltd
Share |

Related press releases