Hi David,
Yes, its possible. But PDFBox just help you to get the text from the
file. After that you need to use another application to build your
search engine. I did it with Lucene. Lucene index plain text, and pdfbox
extract plain text from the pdf file. ;-)
Lucene has a highlighting module.
I dont have sugestions for the zoom feature.
Good luck,
Ernesto.
[email protected] escribió:
------------------------------------------------------------------------
Asunto:
Highlighting, Zoom, and Text Search
De:
"David Myers" <[email protected]>
Fecha:
Mon, 30 Nov 2009 12:21:52 -0600
Para:
<[email protected]>
Para:
<[email protected]>
Hello all,
I am trying to create a PDF Document Reader using PDFBox that supports
highlighting, text search, and zoom. Is this possible with PDFBox? Are
there any examples out there that demonstrate how to do these three
things? (I didn't see any examples that demonstrate this in the
src/main/java/org/apache/pdfbox/examples folder)
Thanks for your help,
David
------------------------------------------------------------------------
Asunto:
RE: Highlighting, Zoom, and Text Search
De:
"David Myers" <[email protected]>
Fecha:
Tue, 1 Dec 2009 11:06:45 -0600
Para:
<[email protected]>
Para:
<[email protected]>
Can anyone help me with these questions?
-----Original Message-----
From: David Myers [mailto:[email protected]]
Sent: Monday, November 30, 2009 11:22 AM
To: [email protected]
Subject: Highlighting, Zoom, and Text Search
Hello all,
I am trying to create a PDF Document Reader using PDFBox that supports
highlighting, text search, and zoom. Is this possible with PDFBox? Are
there any examples out there that demonstrate how to do these three
things? (I didn't see any examples that demonstrate this in the
src/main/java/org/apache/pdfbox/examples folder)
Thanks for your help,
David