views:

118

answers:

0

Hello,

I'm trying to build a cakePHP app, that indexes PDFs and allows me to search inside the documents. If I do a search, the engine should give me x,y coordinates of the search term, in order to highlight the text and create a jpeg from the temporary manipulates file using imagemagick. The simple ability to highlight search terms would be even better :)

I found out, that the TET from PDFlib could do this, but I'm not abled to wrap my head a PHP solution for this...

Greets Dom