FindText(Byte, String, Boolean, Boolean) | Searches for a given text in all the pages of a PDF document |
FindText(Stream, String, Boolean, Boolean) | Searches for a given text in all the pages of a PDF document in a stream |
FindText(String, String, Boolean, Boolean) | Searches for a given text in all the pages of a PDF file |
FindText(Byte, String, Int32, Boolean, Boolean) | Searches for a given text in PDF pages of a PDF document starting from a given PDF page number to the end of the PDF document |
FindText(Stream, String, Int32, Boolean, Boolean) | Searches for a given text in PDF pages of a PDF document in a stream starting from a given PDF page number to the end of the PDF document |
FindText(String, String, Int32, Boolean, Boolean) | Searches for a given text in PDF pages of a PDF file starting from a given PDF page number to the end of the PDF document |
FindText(Byte, String, Int32, Int32, Boolean, Boolean) | Searches for a given text in a range of pages of a PDF document |
FindText(Stream, String, Int32, Int32, Boolean, Boolean) | Searches for a given text in a range of pages of a PDF document in a stream |
FindText(String, String, Int32, Int32, Boolean, Boolean) | Searches for a given text in a range of pages of a PDF file |