Hi All,
Stuck with a problem. Anyone there can tell me how to read a doc file in php?
Thank you in advance.
doc reader
Moderator: General Moderators
- aceconcepts
- DevNet Resident
- Posts: 1424
- Joined: Mon Feb 06, 2006 11:26 am
- Location: London
- feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
Since Word files are a proprietary, binary format, their exact composition isn't fully known (for all versions,) yet.
There are readers for the XML variant of Word files readily available.. although Word only recently added this "feature." There are also readers for RTF (Rich-text format) files, which Word (in somewhat recent versions) can write too. Do you want to read the binary format?
http://www.phpclasses.org/browse/package/1352.html could possibly be of interest.
There are readers for the XML variant of Word files readily available.. although Word only recently added this "feature." There are also readers for RTF (Rich-text format) files, which Word (in somewhat recent versions) can write too. Do you want to read the binary format?
http://www.phpclasses.org/browse/package/1352.html could possibly be of interest.