Closed Thread
Results 1 to 4 of 4

Thread: MS Word Document

  1. #1
    PGP_Protector's Avatar
    PGP_Protector is offline Programming Professional
    Join Date
    Jun 2009
    Posts
    253
    Rep Power
    11

    MS Word Document

    Can an application create a MS Word Document that can be viewed / printed without having Word Installed on it, just using the MS Word Viewer?

    My Application will need to generate reports, but the system it's running on will not have a license of MS Word available for it, so I need to know if I can create Word Documents without Word itself installed.

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    lobo521 is offline Learning Programmer
    Join Date
    Jan 2010
    Posts
    57
    Rep Power
    8

    Re: MS Word Document

    Word is not good tool for making reports. Try jasper or somethng like that. JasperForge: JasperReports Project Home

  4. #3
    alienkinetics's Avatar
    alienkinetics is offline Programmer
    Join Date
    Feb 2010
    Location
    Australia
    Posts
    154
    Rep Power
    0

    Re: MS Word Document

    You can create your page in System.Windows.Forms.RichTextBox and save out RTF. You might need to insert some custom RTF for features that arn't supported by the control.

    Or, just export to HTML.

  5. #4
    zlatan24 is offline Newbie
    Join Date
    Oct 2008
    Posts
    2
    Rep Power
    0

    Re: MS Word Document

    Quote Originally Posted by PGP_Protector View Post
    Can an application create a MS Word Document that can be viewed / printed without having Word Installed on it, just using the MS Word Viewer?

    My Application will need to generate reports, but the system it's running on will not have a license of MS Word available for it, so I need to know if I can create Word Documents without Word itself installed.
    There are a lot of tools for me,but one of them especially likes me. Lately I used it and was absolutely right. The software solved my problem with old corrupted doc files - corrupt docx. The software restored its for seconds and absolutely free. To my great surprise the application was found in the Internet. The software showed me how it restored damaged documents with doc, docx, dot, dotx and rtf extension that didn't open normally.

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. How do you document your code?
    By zeroradius in forum General Programming
    Replies: 8
    Last Post: 08-05-2010, 04:04 PM
  2. Replies: 1
    Last Post: 12-14-2009, 10:42 AM
  3. How to convert an html document into am msword document?
    By greenerworld in forum HTML Programming
    Replies: 1
    Last Post: 11-23-2009, 03:25 AM
  4. Query on XML document
    By amberlong83 in forum PHP Development
    Replies: 4
    Last Post: 11-02-2009, 05:22 AM
  5. Use of Document Comments? The ///
    By Panarchy in forum C and C++
    Replies: 28
    Last Post: 11-03-2008, 01:22 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts