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

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

.



Relevant Pages

  • Rich Text interpretation
    ... I couldn't solve the problem with RTF text interpretation property. ... RTF data in a memo field in DB. ... Only bold texts are shown bold. ... I ve read some papers indicating some fixes are required for crystal reports ...
    (microsoft.public.vb.crystal)
  • VB.NET Crystal Report export to Text (.TXT)
    ... I don't think it is possible with the standard install of 2005. ... I'm not sure how to alter the configuration of VB.NET to utilise a later version of Crystal Reports. ... Pls note that .txt and .rtf are two different formats. ...
    (microsoft.public.dotnet.languages.vb)
  • Exporting to RTF
    ... I am exporting to RTF from Crystal reports 8. ... It works OK when printing. ...
    (microsoft.public.vb.crystal)
  • Re: CrystalReport question
    ... could you tell me which Crystal Reports forum you mean? ... I want to use a Crystal Report to generate a template for a letter, ... report will then be exported and the user can then view it (as an RTF) ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: CrystalReport question
    ... could you tell me which Crystal Reports forum you mean? ... I want to use a Crystal Report to generate a template for a letter, ... Frankly I have never need to do that, not sure how the RTF can be make ...
    (microsoft.public.dotnet.languages.csharp)