PdfImages Class

NReco.PdfRenderer Class Library Documentation
PDF Images extractor (wrapper for pdfimages.exe poppler command line tool)
Inheritance Hierarchy

SystemObject
  NReco.PdfRendererPdfImages

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

public class PdfImages

The PdfImages type exposes the following members.

Constructors

  NameDescription
Public methodPdfImages
Create new instance of HtmlToPdfConverter
Top
Properties

  NameDescription
Public propertyCustomArgs
Gets or sets any additional command line arguments for 'pdfimages'.
Public propertyExecutionTimeout
Get or set maximum execution time for running poppler process (null is by default = no timeout)
Public propertyToolExeName
Gets or sets poppler tool file name ('pdfimages.exe' by default)
Public propertyToolPath
Gets or sets path where poppler tool binaries are located
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetPdfImages(Stream, String, String)
Extract images from input stream with PDF content.
Public methodGetPdfImages(String, String, String)
Extract PDF file images.
Public methodGetPdfImagesList(Stream)
Gets list of images in the specified input stream with PDF content.
Public methodGetPdfImagesList(String)
Gets list of images in the specified PDF file.
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Remarks

PdfImages provides information about images inside PDF (including resolution) and can extract images as files.
See Also

Reference