WVware is a very cool little proggy that i installed on our webserver. It can process word documents. So calling a simple little exec from php alows me to convert a word document to a html document including the previously embedded images. Then with a little more processing i convert the images to jpg, read in the html document as a string and hey presto we have a very easy to use cms :)
in my new cmsv6 i have built in this feature. A user can upload a word doc which is converted and then loaded into a wysiwyg editor for further checking, modifying and saving.
Comments