PdfToTextConverterGenerateText Method (Stream)

NReco.PdfRenderer Class Library Documentation
Extracts text content from specified input stream with PDF content.

Namespace:  NReco.PdfRenderer
Assembly:  NReco.PdfRenderer (in NReco.PdfRenderer.dll) Version: 1.5.1
Syntax

public string GenerateText(
	Stream inputPdfStream
)

Parameters

inputPdfStream
Type: System.IOStream
input stream with PDF content

Return Value

Type: String
Remarks

It is possible to include metadata information (like bounding box data) by specifying pdtotext options with CustomArgs property.
See Also

Reference