Extract the content of a PDF-file

Hi,how can I get the content of a PDF File with the Tool PJ (www.etymon.com)? I coudn't find any methode getText() or something. Can you give me a example, please?Is there other tools to read pdf-files?Thanx!
[244 byte] By [turjalei] at [2007-9-26 1:30:27]
# 1

Text does not exist as such wthin a pdf page... It's blocks plotted onto a page. Etymon just gives you the option to extract the objects on the page. I gave it a try and ended up writing my own routines to handle the data.

itext (http://www.lowagie.com/iText/) might have what you need or have a look at www.planetpdf.com.

I have spent the last 9 months working on extracting text from pdf (www.idrsolutions.com if you are interested).

Regards,

MArk

markee1 at 2007-6-29 1:28:32 > top of Java-index,Archived Forums,Java Programming...