PDF to text converter (wrapper for pdftotext.exe poppler command line tool)
Inheritance Hierarchy
NReco.PdfRendererPdfToTextConverter
Namespace: NReco.PdfRenderer
Assembly: NReco.PdfRenderer (in NReco.PdfRenderer.dll) Version: 1.5.1
Syntax
The PdfToTextConverter type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| PdfToTextConverter |
Create new instance of HtmlToPdfConverter
|
Properties
| Name | Description | |
|---|---|---|
| CustomArgs |
Gets or sets any additional command line arguments for pdftotext.
| |
| ExecutionTimeout |
Get or set maximum execution time for running poppler process (null is by default = no timeout)
| |
| ToolExeName |
Gets or sets poppler tool file name ('pdftotext.exe' by default)
| |
| ToolPath |
Gets or sets path where poppler tool binaries are located
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GenerateText(Stream) |
Extracts text content from specified input stream with PDF content.
| |
| GenerateText(String) |
Extracts text content from specified PDF file.
| |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
See Also