Hello Matthias

If you are running Linux, have you considered 'pdftotext'?

http://linux.die.net/man/1/pdftotext

If would be trivial to shell out using exec() and convert the text that way.

If you choose this route, it is very important to ensure all
parameters being sent to exec() have not been manipulated.

Jonathan Maron



On Fri, Feb 6, 2009 at 12:44 PM, Matthias Buesing
<[email protected]> wrote:
> Hello,
> is there any way to get the Text from inside of a PDF with Zend_PDF?
> Or does anybody know a _free_ tool to do this?
>
> Greetings
> Matthias
>
>

Reply via email to