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



-----Original Message-----
From: Jagdeep Singh [mailto:jagsaini1982@xxxxxxxxx]
Sent: Thursday, December 04, 2008 8:39 AM
To: php-general@xxxxxxxxxxxxx
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 into database
file.
But when I tried to fetch text with fopen/fgets etc ... It gave me
special
characters with text.

(With .txt files everything is fine)
Only problem is with doc/docx files.
I dont know whow to remove "SPECIAL CHARACTERS" from this text ...

A.) This has been handled on this list several times. Please search the
archives before posting a question.
B.) Did you even TRY to Google for this? In the first 5 matches for "php
open ms word" I found this:

http://www.developertutorials.com/blog/php/extracting-text-from-word-doc
uments-via-php-and-com-81/

You will need an MS Windows machine for this solution to work. If you're
using *nix... well... good luck.


// Todd
.



Relevant Pages

  • Re: [PHP] How to fetch .DOC or .DOCX file in php
    ... [PHP] How to fetch .DOC or .DOCX file in php ... I want to fetch text from .doc / .docx file and save it into database ... 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. ...
    (php.general)
  • Re: [PHP] How to fetch .DOC or .DOCX file in php
    ... [PHP] How to fetch .DOC or .DOCX file in php ... I want to fetch text from .doc / .docx file and save it into database ... text (without any formatting), then I can do it with php on any platform. ...
    (php.general)
  • Re: [PHP] How to fetch .DOC or .DOCX file in php
    ... [PHP] How to fetch .DOC or .DOCX file in php ... I want to fetch text from .doc / .docx file and save it into database ... 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. ...
    (php.general)
  • Re: [PHP] How to fetch .DOC or .DOCX file in php
    ... [PHP] How to fetch .DOC or .DOCX file in php ... I want to fetch text from .doc / .docx file and save it into database ... text (without any formatting), then I can do it with php on any platform. ...
    (php.general)
  • Re: nested conditional that can identify parent page?
    ... Maybe if you post the code you're using (including that in the 'parent' and 'child' pages) it will be more clear. ... I am very new to PHP so it ... This resulted in another call to the server to fetch test/content.php. ...
    (comp.lang.php)