Search code examples
phppdftext-extraction

pdf text extracter class in php


Is there available any class in php that extracts all text from pdf file so i can store it in mysql database? My pdf has many elements like images, tables,plain text,form elements,charts etc.

So far i saw many classes that extract texts, but no one facilitate with complete text extraction, Not extracting complete text from pdf.

I want to extract all text from given pdf file, even if the text is in table etc.

Any one know about this?


Solution

  • Find the below url,

    Reading the clean text from PDF with PHP