PdfToTextConverterConvertToText(Stream, Int32) Method
Converts the pages of a PDF document in a stream to text starting at a given page number through the end of the document
Namespace: Winnovative.Pdf.NextAssembly: Winnovative.Pdf.Next.PdfProcessor (in Winnovative.Pdf.Next.PdfProcessor.dll) Version: 20.0.0
public string ConvertToText(
Stream pdfStream,
int startPageNumber
)
- pdfStream Stream
- Stream containing the PDF document to be converted
- startPageNumber Int32
- Start page number
StringText extracted from the PDF document