Getting PHP to read .doc files on Linux

后端 未结 8 1364
没有蜡笔的小新
没有蜡笔的小新 2020-12-18 05:41

I\'m trying to read a .doc file into a database so that I can index it\'s contents. Is there an easy way for PHP on Linux to read .doc files? Failing that is it possible to

8条回答
  •  执笔经年
    2020-12-18 06:20

    phpLiveDocx is a Zend Framework component and can read and write DOC and RTF files in PHP on Linux, Windows and Mac. Furthermore, you can use it to generate PDF files and even merge data from PHP into template files created with MS Word or Open Office!

    See the project web site at:

    http://www.phplivedocx.org

提交回复
热议问题