Parse PDF file and read specific sections with PHP

I am looking for a library through which I can read my pdf file (which contains both images and text), and read special information (client information).

I created a pdf file, although the class is html2pdf. Now, since I do not track all changes, I need to read the pdf file to get some information.

My pdf structure

 Header
 customer information
 Order details.
 footer

I want to read the order data, which are in the table with the products and their prices.

Any help would be really appreciated.

Thanks in advance. :)

+4
source share
1 answer
0

All Articles