Forum Moderators: coopster
I need a php code which can take a word doc and convert it in html on the fly.
I searched Google a lot found several scripts which convert word doc to html easily but do not retain the word formatting in html. so I need something which can take the formatting also.
Any help would be highly appreciated.
Regards
Ali
if you have abiword on your linux system and you have write permission for the output directory, you should be able to wrap the abiword command in either the exec() or system() function.