Version 11
Version 10
Version 9
Version 8
Version 7
Version 6
Version 1
Text search functionality can be added to your viewer using the text search UI component. Alternatively, you can programmatically perform text search in PDFViewCtrl.
Apryse provides SearchToolbar
and FindTextOverlay
as utility classes for implementing text search in your document viewer. Here is a short guide on adding text search to your activity:
onCreate
of your activity, set up your SearchToolbar
and FindTextOverlay
:Now when running the app, you will see a toolbar that allows you to enter search terms as well as an overlay on top of the PDFViewCtrl that navigates among search results.
SearchResultsView
class enables users to easily search for a query and see the results.
To set up your layout for a SearchResultsView
, add an element to your XML layout as follows:
Then, you need to set the following events
Did you find this helpful?
Trial setup questions?
Ask experts on DiscordNeed other help?
Contact SupportPricing or product questions?
Contact Sales