How do I convert a doc file to plain text in php on a Linux server?
I have a website and i want that my visitors upload a doc or docx file. And then using PHP i want the file to be converted to plain text. My server has a Linux OS.
Public Comments
- try this.. http://snipplr.com/view/8364/convert-word-document-to-txt-text-file/
- Try saving the file as a .txt file.
Powered by Yahoo! Answers