Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Platform - User Assistance (UA) » Details/examples of PDF search implementation?
Details/examples of PDF search implementation? [message #1065467] Tue, 25 June 2013 19:54 Go to next message
Scott Cox is currently offline Scott CoxFriend
Messages: 4
Registered: March 2012
Junior Member
Hi,

I've seen posts about how to add indexing/searching of PDFs to an infocenter.

It seems that I need to use <extension point="org.eclipse.help.base.searchParticipant"> to identify a parser that uses a utility such as PDFBox.

Are detailed instructions about how to do that available anywhere?

Would my extension point look something like the following snippet?

<extension point="org.eclipse.help.base.SearchParticipant">
<searchParticipant id="org.eclipse.myPDFParticipant"
extensions="pdf"
participant="org.eclipse.myPlugin.myPackage.MyPDFParticipant"/>
</extension>

Is a parser plugin available somewhere that I can just download and add to my Eclipse 3.71 installation?


Thanks!
Scott
Re: Details/examples of PDF search implementation? [message #1176494 is a reply to message #1065467] Fri, 08 November 2013 11:13 Go to previous message
Pramod Pramod is currently offline Pramod PramodFriend
Messages: 2
Registered: October 2013
Junior Member
Hello Scot

Could you please elaborate a little about on how did you manage to add PDF search functionality in infocenter.

especially how did you manage to write your own PDF SearchParticipant

Thanks a lot in advance.Eagerly waiting for your reply.

Regards
Pramod
Previous Topic:Infocenter *.jsp files broken in Internet Explorer 10.
Next Topic:does Jetty support Eclipse UA?
Goto Forum:
  


Current Time: Tue Apr 16 18:47:25 GMT 2024

Powered by FUDForum. Page generated in 0.05762 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top