Search code examples
phpexcelpdfms-wordms-office

How do I read Word, Excell, and PDF docs in PHP?


I need to be able to read the text of many different file types in PHP, including .doc, .docx, excel, and PDF files. I found a few methods online that require installing multiple packages but I was wondering if there was a better way to do this?


Solution

  • No matter which way you swing it, there is no way to kill all these birds with one stone.

    Word Thread:

    Reading/Writing a MS Word file in PHP

    Excel Thread:

    Reading an Excel file in PHP

    PDF Thread:

    Read pdf files with php