Click or drag to resize
PdfToTextConverter Methods
Methods
  NameDescription
Public methodConvertToText(Stream)
Converts a PDF document stream to a string.
Public methodConvertToText(String)
Converts a PDF file to a string.
Public methodExtractTextPositions(Stream, String, Boolean, Boolean)
Searches for a text into a PDF document specified by a Stream.
Public methodExtractTextPositions(String, String, Boolean, Boolean)
Searches for a text into a PDF file.
Public methodGetPageCount(Stream)
Gets the number of pages in the specified PDF stream.
Public methodGetPageCount(String)
Gets the number of pages in the specified PDF file.
Top
See Also