PdfToTextConverterGenerateText Method (String)

NReco.PdfRenderer Class Library Documentation
Extracts text content from specified PDF file.

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

public string GenerateText(
	string pdfFile
)

Parameters

pdfFile
Type: SystemString
path to the PDF file

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