PdfToTextClientsearchFileAsync Method (String, String) |
Search for a specific text in a PDF document with an asynchronous call. The search is case insensitive and returns partial words also.
Namespace:
SelectPdf.Api
Assembly:
SelectPdf.Api (in SelectPdf.Api.dll) Version: 1.4.0
Syntax public IList<TextPosition> searchFileAsync(
string inputPdf,
string textToSearch
)
Public Function searchFileAsync (
inputPdf As String,
textToSearch As String
) As IList(Of TextPosition)
Parameters
- inputPdf
- Type: SystemString
Path to a local PDF file. - textToSearch
- Type: SystemString
Text to search.
Return Value
Type:
IListTextPositionList with text positions in the current PDF document.
Remarks See Also