PdfToTextConverterConvertToText(Byte, Int32) Method
Converts the pages of a PDF document to text starting at a given page number through the end of the document
Namespace: HiQPdf.NextAssembly: HiQPdf.Next.PdfProcessor (in HiQPdf.Next.PdfProcessor.dll) Version: 1.0.0
public string ConvertToText(
byte[] pdfData,
int startPageNumber
)
- pdfData Byte
- Memory buffer containing the PDF document to be converted
- startPageNumber Int32
- Start page number
StringText extracted from the PDF document