HiQPdf Documentation

PdfTextExtractExtractText Method

HiQPdf Client for .NET Core
Overload List

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

Reference