Spell Check, Grammar Check; Output to Word, PowerPoint
Spell Check, Grammar Check; Output to Word, PowerPoint
In my web application, how does one write PHP code to use Microsoft
Word's spelling and grammar dictionaries?
How does one create a Word document?
How does one create a PowerPoint document?
Re: Spell Check, Grammar Check; Output to Word, PowerPoint
Paul <pmorrison [at] neb.rr.com> wrote:
> Spell Check, Grammar Check; Output to Word, PowerPoint
>
> In my web application, how does one write PHP code to use Microsoft
> Word's spelling and grammar dictionaries?
>
> How does one create a Word document?
>
> How does one create a PowerPoint document?
No simple 2 line solution, but here's a start:
http://www.php.net/com
--
Rik Wasmus
Re: Spell Check, Grammar Check; Output to Word, PowerPoint
On Jan 26, 2:14 pm, Rik <luiheidsgoe... [at] hotmail.com> wrote:
> Paul <pmorri... [at] neb.rr.com> wrote:
> > Spell Check, Grammar Check; Output to Word, PowerPoint
>
> > In my web application, how does one write PHP code to use Microsoft
> > Word's spelling and grammar dictionaries?
>
> > How does one create a Word document?
>
> > How does one create a PowerPoint document?No simple 2 line solution, but here's a start:http://www.php.net/com
Note the PHP COM extension only works on Windows.
> --
> Rik Wasmus
Re: Spell Check, Grammar Check; Output to Word, PowerPoint
You may wish to use aspell or something of that sort with PHP, since
its being developed to support such spelling issues...
On Jan 26, 1:08 pm, "Paul" <pmorri... [at] neb.rr.com> wrote:
> Spell Check, Grammar Check; Output to Word, PowerPoint
>
> In my web application, how does one write PHP code to use Microsoft
> Word's spelling and grammar dictionaries?
>
> How does one create a Word document?
>
> How does one create a PowerPoint document?