Problem to instanciate word from PHP
Posted: Wed Jan 28, 2009 9:34 am
Hello.
I'm trying to instanciate word with the command :
$word = new COM("word.application") or die("Can't start Word !");
So, it give me the error :
Uncaught exception 'com_exception' with message 'Failed to create COM object `word.application': Unregistered class.
Windows Serveur 2003
Apache 2.2
php 5
Office web componnent installed.
Thanks
margot
I'm trying to instanciate word with the command :
$word = new COM("word.application") or die("Can't start Word !");
So, it give me the error :
Uncaught exception 'com_exception' with message 'Failed to create COM object `word.application': Unregistered class.
Windows Serveur 2003
Apache 2.2
php 5
Office web componnent installed.
Thanks
margot