HiQPdf Documentation

PdfTextExtractSearchText Method

HiQPdf Client for .NET Core
Overload List

  NameDescription
Public methodSearchText(Byte, String, Boolean, Boolean)
Call this method to search text in a PDF document contained in a memory buffer
Public methodSearchText(Stream, String, Boolean, Boolean)
Call this method to search a text in a PDF document contained in a stream
Public methodSearchText(String, String, Boolean, Boolean)
Call this method to search a text in a PDF file
Public methodSearchText(Byte, String, Int32, Boolean, Boolean)
Call this method to search text in a PDF document contained in a memory buffer starting from a PDF page number to the end of the PDF document
Public methodSearchText(Stream, String, Int32, Boolean, Boolean)
Call this method to search a text in a PDF document contained in a stream starting from a PDF page number to the end of the PDF document
Public methodSearchText(String, String, Int32, Boolean, Boolean)
Call this method to search a text in a PDF file starting from a PDF page number to the end of the PDF document
Public methodSearchText(Byte, String, Int32, Int32, Boolean, Boolean)
Call this method to search text in a range of pages of a PDF document contained in a memory buffer
Public methodSearchText(Stream, String, Int32, Int32, Boolean, Boolean)
Call this method to search a text in a range of pages of a PDF document contained in a stream
Public methodSearchText(String, String, Int32, Int32, Boolean, Boolean)
Call this method search a text in a range of pages of a PDF file
Top
See Also

Reference