PdfToTextConverterConvertToText(Stream) Method

Converts all pages of a PDF document in a stream to text

Definition

Namespace: HiQPdf.Next
Assembly: HiQPdf.Next.PdfProcessor (in HiQPdf.Next.PdfProcessor.dll) Version: 1.0.0
C#
public string ConvertToText(
	Stream pdfStream
)

Parameters

pdfStream  Stream
Stream containing the PDF document to be converted

Return Value

String
Text extracted from the PDF document

See Also