PDF Images extractor (wrapper for pdfimages.exe poppler command line tool)
Inheritance Hierarchy
NReco.PdfRendererPdfImages
Namespace: NReco.PdfRenderer
Assembly: NReco.PdfRenderer (in NReco.PdfRenderer.dll) Version: 1.5.1
Syntax
The PdfImages type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| PdfImages |
Create new instance of HtmlToPdfConverter
|
Properties
| Name | Description | |
|---|---|---|
| CustomArgs |
Gets or sets any additional command line arguments for 'pdfimages'.
| |
| 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 ('pdfimages.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.) | |
| GetHashCode | (Inherited from Object.) | |
| GetPdfImages(Stream, String, String) |
Extract images from input stream with PDF content.
| |
| GetPdfImages(String, String, String) |
Extract PDF file images.
| |
| GetPdfImagesList(Stream) |
Gets list of images in the specified input stream with PDF content.
| |
| GetPdfImagesList(String) |
Gets list of images in the specified PDF file.
| |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Remarks
See Also