I have PDFs with filled out form fields from a customer, which have to be parsed with PHP5 and written into a MySQL-DB.
With Google I only find libraries, like Zend_Pdf, which are helpful for creating or manipulating PDFs but not for parsing for form fields. Do you know any libraries or classes for this task?