EVO PDF Logo

PdfToTextConverter Methods

EVO PDF Client for .NET Core

The PdfToTextConverter type exposes the following members.

Methods

  NameDescription
Public methodConvertToText(Byte)
Converts all the pages in a PDF document to text
Public methodConvertToText(Stream)
Converts all the pages of PDF document in a stream to text
Public methodConvertToText(String)
Converts all the pages of a PDF file to text
Public methodConvertToText(Byte, Int32)
Converts the pages of a PDF document to text starting from a given PDF page number to the end of the PDF document
Public methodConvertToText(Stream, Int32)
Converts the pages of a PDF document in a stream to text starting from a given PDF page number to the end of the PDF document
Public methodConvertToText(String, Int32)
Converts the pages of a PDF file to text starting from a given PDF page number to the end of the PDF document
Public methodConvertToText(Byte, Int32, Int32)
Converts a range of pages of a PDF document to text
Public methodConvertToText(Stream, Int32, Int32)
Converts a range of pages of a PDF document in a stream to text
Public methodConvertToText(String, Int32, Int32)
Converts a range of pages of a PDF file to text
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodFindText(Byte, String, Boolean, Boolean)
Searches for a given text in all the pages of a PDF document
Public methodFindText(Stream, String, Boolean, Boolean)
Searches for a given text in all the pages of a PDF document in a stream
Public methodFindText(String, String, Boolean, Boolean)
Searches for a given text in all the pages of a PDF file
Public methodFindText(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
Public methodFindText(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
Public methodFindText(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
Public methodFindText(Byte, String, Int32, Int32, Boolean, Boolean)
Searches for a given text in a range of pages of a PDF document
Public methodFindText(Stream, String, Int32, Int32, Boolean, Boolean)
Searches for a given text in a range of pages of a PDF document in a stream
Public methodFindText(String, String, Int32, Int32, Boolean, Boolean)
Searches for a given text in a range of pages of a PDF file
Public methodGetHashCode (Inherited from Object.)
Public methodGetPageCount(Byte)
Gets the number of PDF pages of a PDF document
Public methodGetPageCount(Stream)
Gets the number of pages of a PDF document in a stream
Public methodGetPageCount(String)
Gets the number of PDF pages of a PDF file
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference