Extracts text content from specified PDF file.
Namespace:
NReco.PdfRenderer
Assembly:
NReco.PdfRenderer (in NReco.PdfRenderer.dll) Version: 1.5.1
public string GenerateText(
string pdfFile
)
Public Function GenerateText (
pdfFile As String
) As String
public:
String^ GenerateText(
String^ pdfFile
)
member GenerateText :
pdfFile : string -> string
Parameters
- pdfFile
- Type: SystemString
path to the PDF file
Return Value
Type:
String
It is possible to include metadata information (like bounding box data) by specifying pdtotext options with
CustomArgs property.
Reference