Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: PDF Highlighting
Hello Niall,
NL> If anyone has done something similar, especially if you can point me NL> at good resources to show
I've implemented something similar, but with word documents. In our document's database we have search capability that shows first few lines that have term that user was searching for.
Oracle provides nice function to highlight all found terms called ctx_doc.highlight.
In my case I've implemented this using shadow column that hold text version of document that we are filtering.
You can see discussion of this topic on AskTom (just search for Oracle Text and Highlight):
--
Best regards,
Edgar
![]() |
![]() |