PdfToTextConverterConvertToTextAsync Method

Overload List

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

See Also