Link to home
Start Free TrialLog in
Avatar of Rajmd
Rajmd

asked on

how to extract the text from pdf using PHP?

i have converted the pdf to images, but now i need to extract the content from pdf as text or html, how can i do it.

ASKER CERTIFIED SOLUTION
Avatar of Ray Paseur
Ray Paseur
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
What is the goal? Objective?
Where you get the pdf's? You create your own pdf's? If so, I think you can use file_get_contents() (like @ray tells you), because the encoding its always the same!

Regards, JC