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

2001-08-06 Thread Ken Sommers
Message - From: Cami [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, August 04, 2001 4:08 AM Subject: [PHP-DB] Transforming doc files into html Hi there, Does anybody know if is any way in which when you upload a word document file you can parse it and transform it into an html

[PHP-DB] Transforming doc files into html

2001-08-04 Thread Cami
Hi there, Does anybody know if is any way in which when you upload a word document file you can parse it and transform it into an html file? Is this possible ? Has anybody tried it? I know I can transform it into a txt file but wouldn't it be even better if we can do an html file? Thanks, Cami

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

2001-08-04 Thread Dave Watkinson
Message- From: Cami [mailto:[EMAIL PROTECTED]] Sent: 04 August 2001 12:08 To: [EMAIL PROTECTED] Subject: [PHP-DB] Transforming doc files into html Hi there, Does anybody know if is any way in which when you upload a word document file you can parse it and transform it into an html file

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