PdfToTextConverterFindText(String, String, Int32, Boolean, Boolean) Method
Searches for the specified text in pages of a PDF file starting at a given page number through the end of the document
Namespace: Winnovative.Pdf.NextAssembly: Winnovative.Pdf.Next.PdfProcessor (in Winnovative.Pdf.Next.PdfProcessor.dll) Version: 20.0.0
public FindTextLocation[] FindText(
string pdfFile,
string textToFind,
int startPageNumber,
bool caseSensitive,
bool wholeWord
)
- pdfFile String
- Full path of the PDF file to search
- textToFind String
- Text to find
- startPageNumber Int32
- Start page number
- caseSensitive Boolean
- Flag indicating whether the search should match case
- wholeWord Boolean
- Flag indicating whether the search should match whole words
FindTextLocationRecords containing the locations of the searched text in PDF pages