Extract PDF information through position using PHP

2

Can you extract the information according to the position in the PDF (x, y coordinate) in PHP? I have seen that it is possible to do this in C # using the PdfReader class.

    
asked by anonymous 21.08.2015 / 18:37

1 answer

3

You can use the following:

PDFParser

PDF Text Extractor - (requires registration)

or this class - (last updated 2014)

    
21.08.2015 / 19:08