Can somebody please give me a hint on how to parse a word document using PHP and print out the lines.
I know that I can use shell_exec and catdoc, but my host does not support the function catdoc.
Or if there is another way to convert a document file to a text file.
Thanks,
I know that I can use shell_exec and catdoc, but my host does not support the function catdoc.
Or if there is another way to convert a document file to a text file.
Thanks,
Comment