Getting PHP to read .doc files on Linux

后端 未结 8 1390
没有蜡笔的小新
没有蜡笔的小新 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:19

    I found a unoconv package in Ubuntu. It does conversion between all formats supported by OpenOffice. You should be able to use exec in php to run this utility.

提交回复
热议问题