Word Processing

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
Luis Almeida
Forum Commoner
Posts: 33
Joined: Tue Apr 01, 2003 4:22 am

Word Processing

Post by Luis Almeida »

Hi all,

My question is:

Is it possible to have something like a Word Processor on web page?
By a Word Processor I mean something with the capacity to format text, paragraphs, spelling and printing capabilities.

I´ve heard that COM objects can do that but just can´t get there.

Thank's in advance
User avatar
patrikG
DevNet Master
Posts: 4235
Joined: Thu Aug 15, 2002 5:53 am
Location: Sussex, UK

Post by patrikG »

http://www.interactivetools.com/products/htmlarea/

is one, there are plenty of others which do more or less the same thing and are more or less cross-browser compatible.
User avatar
Joe
Forum Regular
Posts: 939
Joined: Sun Feb 29, 2004 1:26 pm
Location: UK - Glasgow

Post by Joe »

I think that it would be fairly simple to make something like that. I can just picture it...
Post Reply