Need Help, urgent

G

Guest

I need your help

I want to know what other options user have if he does not have Microsoft Word on his machine
I would like to use word sort of application for formatting documents, these application should be freely available or redistributable

Are there other software application which can be automate for text formatting using .NET

I heard about open office, star office but don't know whether it can be used within .NET application
Please advice

Thanks in advance

Dinoo
 
N

Norman Yuan

Have you given a thought on RichTextBox control? You can do some basic tex
formatting that can be read by almost all word processing app. If your
formatting requirements are beyond what RichTextBox control can provide, I'd
say you probably have to target a certain word processiing app, and most
likely, it would be MS Word, and users of your app have to have MS Word
installed.

dinoo said:
I need your help.

I want to know what other options user have if he does not have Microsoft Word on his machine?
I would like to use word sort of application for formatting documents,
these application should be freely available or redistributable.
 
G

Guest

The other applications should provide basic functionalities like, adding table or adding images
Rich text control doesn't provide this

Is it possible that some kind of html editor is embedded with application and let user create the document with it
But he editor should be as easy as word, user need not to create html code
Then the generated html can be converted into word or pdf. Is this possible
Please advice

I am using .NET 2003.

thank

Dinoo
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top