PdfToTextConverterConvertToText Method

Overload List

ConvertToText(Byte) Converts all pages in a PDF document to text
ConvertToText(Stream) Converts all pages of a PDF document in a stream to text
ConvertToText(String) Converts all pages of a PDF file to text
ConvertToText(Byte, Int32) Converts the pages of a PDF document to text starting at a given page number through the end of the document
ConvertToText(Stream, Int32) Converts the pages of a PDF document in a stream to text starting at a given page number through the end of the document
ConvertToText(String, Int32) Converts the pages of a PDF file to text starting at a given page number through the end of the document
ConvertToText(Byte, Int32, Int32) Converts a range of pages of a PDF document to text
ConvertToText(Stream, Int32, Int32) Converts a range of pages of a PDF document in a stream to text
ConvertToText(String, Int32, Int32) Converts a range of pages of a PDF file to text

See Also