How to perform Indexed Full-Text Search in Foxit PDF SDK for Android?
by Conor Smith | August 29, 2018
Foxit PDF SDK for Android supported Indexed Full Text Search since version 5.0. To use this feature, follow the steps below: 1) Get document source information. Create a document source based on a directory which will be used as the search directory. public DocumentsSource(String directory) 2) Create a full text search object, and set a […]
Keep reading