Winnovative PDF to Text Documentation

PdfToTextConverterConvertToText Method

Winnovative PDF to Text
Overload List

  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
Top
See Also

Reference