[PHP/PDF] Is it possible to read a pdf file as a txt?
- by Kel
I need to find a certain key in a pdf file. As far as I know the only way to do that is to interpret a pdf as txt file. I want to do this in PHP without installing a addon/framework/etc.
Thanks