Re: [PHP] How to fetch .DOC or .DOCX file in php

2008-12-05 Thread Eric Butera
On Thu, Dec 4, 2008 at 10:35 PM, Jim Lucas <[EMAIL PROTECTED]> wrote: > Shawn McKenzie wrote: >> Jim Lucas wrote: >>> Boyd, Todd M. wrote: > -Original Message- > From: Jagdeep Singh [mailto:[EMAIL PROTECTED] > Sent: Thursday, December 04, 2008 8:39 AM > To: php-general@lists

Re: [PHP] How to fetch .DOC or .DOCX file in php

2008-12-05 Thread Jim Lucas
Andrew Ballard wrote: > On Thu, Dec 4, 2008 at 10:35 PM, Jim Lucas <[EMAIL PROTECTED]> wrote: >> I was going to say that I haven't yet decided on what the final output >> format is going to be. Probably either rtf or OpenXML. >> >> How about I ask for suggestions on what would be the best format

Re: [PHP] How to fetch .DOC or .DOCX file in php

2008-12-05 Thread Andrew Ballard
On Thu, Dec 4, 2008 at 10:35 PM, Jim Lucas <[EMAIL PROTECTED]> wrote: > I was going to say that I haven't yet decided on what the final output format > is going to be. Probably either rtf or OpenXML. > > How about I ask for suggestions on what would be the best format to store the > final copy.

Re: [PHP] How to fetch .DOC or .DOCX file in php

2008-12-05 Thread tedd
At 7:35 PM -0800 12/4/08, Jim Lucas wrote: A question to all then. How would you like to see the text, with formating, stored? All suggestions welcome! -- Jim Lucas Jim: What's wrong with ".txt"? Cheers, tedd -- --- http://sperling.com http://ancientstones.com http://earthstones.

Re: [PHP] How to fetch .DOC or .DOCX file in php

2008-12-05 Thread tedd
At 6:39 PM -0600 12/4/08, Shawn McKenzie wrote: Jim Lucas wrote: > Hope this helps. I am working on a set of php classes that will be able to read the text with the formatting included and convert it to a standard document format. The standard format that it will end up in has yet

Re: [PHP] How to fetch .DOC or .DOCX file in php

2008-12-05 Thread tedd
At 10:59 AM -0800 12/4/08, Jim Lucas wrote: Ah, not true about the MS requirement. If all you want is the clear/clean text (without any formatting), then I can do it with php on any platform. If this is what is needed, here is the code to do it. Hope this helps. -- Jim Lucas Jim: Most ex

Re: [PHP] How to fetch .DOC or .DOCX file in php

2008-12-04 Thread Jim Lucas
Shawn McKenzie wrote: > Jim Lucas wrote: >> Boyd, Todd M. wrote: -Original Message- From: Jagdeep Singh [mailto:[EMAIL PROTECTED] Sent: Thursday, December 04, 2008 8:39 AM To: php-general@lists.php.net Subject: [PHP] How to fetch .DOC or .DOCX file in php Impor

Re: [PHP] How to fetch .DOC or .DOCX file in php

2008-12-04 Thread Shawn McKenzie
Jim Lucas wrote: > Boyd, Todd M. wrote: >>> -Original Message- >>> From: Jagdeep Singh [mailto:[EMAIL PROTECTED] >>> Sent: Thursday, December 04, 2008 8:39 AM >>> To: php-general@lists.php.net >>> Subject: [PHP] How to fetch .DOC or .DOCX file in php >>> Importance: Low >>> >>> Hi ! >>> >>>

Re: [PHP] How to fetch .DOC or .DOCX file in php

2008-12-04 Thread Jim Lucas
Boyd, Todd M. wrote: >> -Original Message- >> From: Jagdeep Singh [mailto:[EMAIL PROTECTED] >> Sent: Thursday, December 04, 2008 8:39 AM >> To: php-general@lists.php.net >> Subject: [PHP] How to fetch .DOC or .DOCX file in php >> Importance: Low >> >> Hi ! >> >> I want to fetch text from .d

RE: [PHP] How to fetch .DOC or .DOCX file in php

2008-12-04 Thread Boyd, Todd M.
> -Original Message- > From: Jagdeep Singh [mailto:[EMAIL PROTECTED] > Sent: Thursday, December 04, 2008 8:39 AM > To: php-general@lists.php.net > Subject: [PHP] How to fetch .DOC or .DOCX file in php > Importance: Low > > Hi ! > > I want to fetch text from .doc / .docx file and save it i