hi all
I am using this script but it showing no o/p
.
<?php
$word=new COM("word.application") or die("Cannot start word for you");
print "Loaded word version ($word->Version)\n";
$word->visible =1;
$word->Documents->Add();
$word->Selection->Typetext("Dit is een test");
$word->Documents[1]->SaveAs("burb ofzo.doc");
$word->Quit();
?>
I want to convert doc file to HTML.
If anybody knows its solution.Pls refer me.
Thanks in advance.
Converting doc to html in php
Moderator: General Moderators
Re: Converting doc to html in php
How can i convert doc to html in php on linux
Is it possible?
Is it possible?