So, I have a .pdf file and I need to be able to determine if it was created by being scanned into a PDF or not. I'm trying to determine if it is a pdf I can display as text or not.
I have PHP & Zend at my disposal. I'm thinking I might be able to use Zend's
$pdf->properties['Producer']
but I'm not 100% sure.
Is there any way to be sure of what kind of .pdf file I'm dealing with?