Overload List
Name | Description | |
---|---|---|
![]() | ExtractText(Byte) |
Call this method to extract the text from a PDF document contained in a memory buffer
|
![]() | ExtractText(Stream) |
Call this method to extract the text from a PDF document contained in a stream
|
![]() | ExtractText(String) |
Call this method to extract the text from a PDF file
|
![]() | ExtractText(Byte, Int32) |
Call this method to extract the text from a PDF document contained in a memory buffer starting from a PDF page number to the end of the PDF document
|
![]() | ExtractText(Stream, Int32) |
Call this method to extract the text from a PDF document contained in a stream starting from a PDF page number to the end of the PDF document
|
![]() | ExtractText(String, Int32) |
Call this method to extract the text from a PDF file starting from a PDF page number to the end of the PDF document
|
![]() | ExtractText(Byte, Int32, Int32) |
Call this method to extract the text from a range of pages of a PDF document contained in a memory buffer
|
![]() | ExtractText(Stream, Int32, Int32) |
Call this method to extract the text from a range of pages of a PDF document contained in a stream
|
![]() | ExtractText(String, Int32, Int32) |
Call this method to extract the text from a range of pages of a PDF file
|
See Also