Re: [PHP-DB] Transforming doc files into html

2001-08-06 Thread Ken Sommers
try the html editor Arachnophilia : http://www.arachnoid.com/arachnophilia/index.html How to make your own page (the easy way) You always have the option of creating a page from scratch, by entering the HTML tags on your own. But, even with a lot of predefined tags, this takes a long time, and y

Re: [PHP-DB] Transforming doc files into html

2001-08-04 Thread Chris Hobbs
I use the tools from here: http://wvware.sourceforge.net/ I've got a wrapper php script that calls wvhtml like this: passthru("PATH=$PATH:/usr/local/bin /usr/local/bin/wvHtml /var/www/html/$file /var/www/html/$file.html"); Where $file is the Word doc that has been previously uploaded. I then

RE: [PHP-DB] Transforming doc files into html

2001-08-04 Thread Dave Watkinson
Yeah you can - I've been doing this with Visual Basic. I've been receiving people's Word Document CVs, and then converting them to text for inserting to the database, and then converting to HTML for prospective employers to view them online. All you need to do is reference Microsoft Word in your