RE: [PHP] Word to txt

2006-03-29 Thread Weber Sites LTD
Try this : 

Class to convert any document, that can be read by MS Word, to another
format supported by Word.
http://www.weberdev.com/get_example-3211.html

Sincerely 
 
berber 
 
Visit the Weber Sites Today, 
To see where PHP might take you tomorrow. 
SEO Data Monitor http://seo.weberdev.com
 

-Original Message-
From: Ministério Público [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, March 29, 2006 3:14 PM
To: php-general@lists.php.net
Subject: [PHP] Word to txt

I'd like to know if any of you know if I can and if I can how do I do to
transform a Word documento to txt with php.

What I'd like to do is offer the user in my site to upload a word file and
the script transforms the word to txt and saves to server, my site already
can receive txt.
Thanx to you all.

Rodrigo

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Word to txt

2006-03-29 Thread Chris

Weber Sites LTD wrote:
Try this : 


Class to convert any document, that can be read by MS Word, to another
format supported by Word.
http://www.weberdev.com/get_example-3211.html


Note that this particular example only works on windows servers since it 
uses the COM object.



-Original Message-
From: Ministério Público [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, March 29, 2006 3:14 PM

To: php-general@lists.php.net
Subject: [PHP] Word to txt

I'd like to know if any of you know if I can and if I can how do I do to
transform a Word documento to txt with php.

What I'd like to do is offer the user in my site to upload a word file and
the script transforms the word to txt and saves to server, my site already
can receive txt.
Thanx to you all.

Rodrigo




--
Postgresql  php tutorials
http://www.designmagick.com/

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Word to txt

2006-03-29 Thread Nobody Special
http://wvware.sourceforge.net/

You can also automate openoffice.org to do this, but that requires much work.

I used the wvware on a project way back in 1999 to do convert word to
html and it works fine for that.

On 3/29/06, Ministério Público [EMAIL PROTECTED] wrote:
 I'd like to know if any of you know if I can and if I can how do I do to
 transform a Word documento to txt with php.

 What I'd like to do is offer the user in my site to upload a word file and
 the script transforms the word to txt and saves to server, my site already
 can receive txt.
 Thanx to you all.

 Rodrigo




--
Use Linux.
W=Wrong
Proud member of the reality-based community!
In opposing the Federalists, [Jefferson] ushered in a
kind of sustained partisan activity that had never existed
before. Initially called the Republican party, it became known
in the era of Andrew Jackson as simply the Democracy;
later on, it was called the Democratic party. But even the modern
Republican party, formed in 1854, chose its name in part to honor
Jefferson.  -- Joyce Appleby on Jefferson

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php