Proximity Searches
Moderators: PDF-XChange Support, Daniel - PDF-XChange, Chris - PDF-XChange, Sean - PDF-XChange, Vasyl - PDF-XChange, Stefan - PDF-XChange
-
- User
- Posts: 20
- Joined: Tue Feb 10, 2009 4:49 am
Proximity Searches
Can PDF exchange viewer pro perform proximity searches? For example, search for text where two words are within a specified distance from each other. If so, what would be a basic example in typing one into Xchange viewer's search field?
-
- Site Admin
- Posts: 7370
- Joined: Wed Mar 25, 2009 10:37 pm
Re: Proximity Searches
Hi chs200123
I don't think the search has the capability. I've asked one of the dev team to confirm/deny this. We should hear from them soon,
regards
I don't think the search has the capability. I've asked one of the dev team to confirm/deny this. We should hear from them soon,
regards
Best regards
Paul O'Rorke
PDF-XChange Support
http://www.pdf-xchange.com
Paul O'Rorke
PDF-XChange Support
http://www.pdf-xchange.com
-
- Site Admin
- Posts: 2448
- Joined: Thu Jun 30, 2005 4:11 pm
Re: Proximity Searches
Hi chs200123
This feature will be added into the new version(V3).
Best
Regards.
This feature will be added into the new version(V3).
Best
Regards.
PDF-XChange Co. LTD (Project Developer)
Please archive any files posted to a ZIP, 7z or RAR file or they will be removed and not posted.
Please archive any files posted to a ZIP, 7z or RAR file or they will be removed and not posted.
-
- User
- Posts: 20
- Joined: Tue Feb 10, 2009 4:49 am
Re: Proximity Searches
When is version 3 going to be released? Will there ever be a python API for PDF exchange? I want to punch myself in the face when I read java.
-
- User
- Posts: 381
- Joined: Mon Jun 13, 2011 5:10 pm
Re: Proximity Searches
chs200123 wrote:When is version 3 going to be released? Will there ever be a python API for PDF exchange? I want to punch myself in the face when I read java.
Code: Select all
def prioritize(featureitem):
if featureitem=="pythonAPI":
return sys.maxint
else:
return normalrank(featureitem)
def development_meeting():
ranks = [prioritize(feature) for feature in featureRequests]
return zip(featureRequests, ranks)
