PdfToTextConverter Methods |
The PdfToTextConverter type exposes the following members.
Methods| | Name | Description |
|---|
 | ConvertToText(Stream) |
Converts a PDF document stream to a string.
|
 | ConvertToText(String) |
Converts a PDF file to a string.
|
 | ExtractTextAtCoords(Stream, Int32, Double, Double, Double, Double) |
Extracts the text from the specified page and coordinates.
|
 | ExtractTextAtCoords(String, Int32, Double, Double, Double, Double) |
Extracts the text from the specified page and coordinates.
|
 | ExtractTextPositions(Stream, String, Boolean, Boolean) |
Searches for a text into a PDF document specified by a Stream.
|
 | ExtractTextPositions(String, String, Boolean, Boolean) |
Searches for a text into a PDF file.
|
 | GetPageCount(Stream) |
Gets the number of pages in the specified PDF stream.
|
 | GetPageCount(String) |
Gets the number of pages in the specified PDF file.
|
Top
See Also