How to Generate Real Microsoft Word DOC Documents from Crystal Reports
- From: seo.aspose@xxxxxxxxx
- Date: Tue, 27 Mar 2007 21:35:27 -0400
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
Contact Information:
Suite 180, 9 Crofts Avenue
Hurstville, NSW, 2220
Australia
http://www.aspose.com/
sales@xxxxxxxxxx
Phone: 888.277.6734
Fax: 866.810.9465l
.
- Prev by Date: MySQL2PostgreSQL Sync 1.2.0
- Next by Date: 60 Languages in A 3MB Dictionary
- Previous by thread: MySQL2PostgreSQL Sync 1.2.0
- Next by thread: 60 Languages in A 3MB Dictionary
- Index(es):
Relevant Pages
|