in reply to PDF Parsing

CAM::PDF comes with getpdftext.pl. If you don't like the output of that (I didn't), you can try a non-perl solution.

Replies are listed 'Best First'.
Re^2: PDF Parsing
by weismat (Friar) on Dec 01, 2007 at 07:55 UTC
    I have tried the non-perl solution and unfortunately the output is different from the output of using the Windows clipboard and a lot more difficult to parse for the content which I need. Thanks for the suggestion anyway.