Winnovative Logo

PdfImagesExtractor Class

Winnovative Client for .NET Core
This class encapsulates the PDF Images Extractor functionality and allows you to extract the images from a PDF document
Inheritance Hierarchy

SystemObject
  WinnovativeClientPdfImagesExtractor

Namespace:  WinnovativeClient
Assembly:  WinnovativeClient_NetCore (in WinnovativeClient_NetCore.dll) Version: 17.0.0
Syntax

public class PdfImagesExtractor

The PdfImagesExtractor type exposes the following members.

Constructors

  NameDescription
Public methodPdfImagesExtractor
Constructs a PDF Images Extractor which will connect to localhost on the default port
Public methodPdfImagesExtractor(String)
Constructs a PDF Images Extractor which will connect to the server specified by IP or by name on the default port
Public methodPdfImagesExtractor(Boolean, String)
Constructs a PDF Images Extractor which will connect to a web service URL
Public methodPdfImagesExtractor(String, UInt32)
Constructs a PDF Images Extractor which will connect to the server specified by IP or by name on the specified port
Top
Properties

  NameDescription
Public propertyClientProxy
You can set this property with an object implementing the IWebProxy interface to be used when accessing the server through a proxy server. This property does not have any effect when using a TCP Service
Public propertyImpersonationOptions
The impersonation options used during tool execution
Public propertyLicenseKey
Gets or sets the license key string received from vendor. If this property is null the tool will automatically enter in evaluation mode
Public propertyOwnerPassword
The owner password to be used to open a password protected PDF document
Public propertyPdfDocumentInfo
Gets the object encapsulating the PDF document properties. This objects is populated after tool execution finished
Public propertyPdfToolFullPath
Sets the full path of the .dat helper file. By default this file is expected to be found in the same folder with .dll assembly.
Public propertyPort
The server port number
Public propertyRunTimeoutSec
The maximum time allowed for this tool to run
Public propertyServer
The server IP or name
Public propertyServicePassword
Gets or sets the HTML to PDF converter service password. You have to set this property if the HTML to PDF service is password protected.
Public propertyTransparencyEnabled
A flag indicating if the transparency is enabled in the extracted images. The default value is true
Public propertyUserPassword
The user password to be used to open a password protected PDF document
Public propertyUseWebService
A flag indicating if the client library will call the Web service or the TCP service to perform the operation
Public propertyWebServiceUrl
The web service URL
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Public methodExtractImages(Byte)
Extract the images from all the pages in a PDF document to image objects
Public methodExtractImages(Stream)
Extract the images from all the pages of PDF document in a stream to image objects
Public methodExtractImages(String)
Extract the images from all the pages of a PDF file to image objects
Public methodExtractImages(Byte, Int32)
Extract the images from the pages of a PDF document to image objects starting from a given PDF page number to the end of the PDF document
Public methodExtractImages(Stream, Int32)
Extract the images from the pages of a PDF document in a stream to image objects starting from a given PDF page number to the end of the PDF document
Public methodExtractImages(String, Int32)
Extract the images from the pages of a PDF file to image objects starting from a given PDF page number to the end of the PDF document
Public methodExtractImages(Byte, Int32, Int32)
Extract the images from a range of pages of a PDF document to image objects
Public methodExtractImages(Stream, Int32, Int32)
Extract the images from a range of pages of a PDF document in a stream to image objects
Public methodExtractImages(String, Int32, Int32)
Extract the images from a range of pages of a PDF file to image objects
Public methodExtractImagesInEvent(Byte)
Extract the images from all the pages in a PDF document to image objects and raises the ImageExtractedEvent event immediately after an image was extracted from a PDF page. The event handler argument contains a reference to extracted image object. You are responsible for disposing the extracted image object by calling its Dispose method when it is not needed anymore
Public methodExtractImagesInEvent(Stream)
Extract the images from all the pages of PDF document in a stream to image objects and raises the ImageExtractedEvent event immediately after an image was extracted from a PDF page. The event handler argument contains a reference to extracted image object. You are responsible for disposing the extracted image object by calling its Dispose method when it is not needed anymore
Public methodExtractImagesInEvent(String)
Extract the images from all the pages of a PDF file to image objects and raises the ImageExtractedEvent event immediately after an image was extracted from a PDF page. The event handler argument contains a reference to extracted image object. You are responsible for disposing the extracted image object by calling its Dispose method when it is not needed anymore
Public methodExtractImagesInEvent(Byte, Int32)
Extract the images from pages of a PDF document to image objects starting from a given PDF page number to the end of the PDF document and raises the ImageExtractedEvent event immediately after an image was extracted from a PDF page. The event handler argument contains a reference to extracted image object. You are responsible for disposing the extracted image object by calling its Dispose method when it is not needed anymore
Public methodExtractImagesInEvent(Stream, Int32)
Extract the images from pages of a PDF document in a stream to image objects starting from a given PDF page number to the end of the PDF document and raises the ImageExtractedEvent event immediately after an image was extracted from a PDF page. The event handler argument contains a reference to extracted image object. You are responsible for disposing the extracted image object by calling its Dispose method when it is not needed anymore
Public methodExtractImagesInEvent(String, Int32)
Extract the images from pages of a PDF file to image objects starting from a given PDF page number to the end of the PDF document and raises the ImageExtractedEvent event immediately after an image was extracted from a PDF page. The event handler argument contains a reference to extracted image object. You are responsible for disposing the extracted image object by calling its Dispose method when it is not needed anymore
Public methodExtractImagesInEvent(Byte, Int32, Int32)
Extract the images from a range of pages of a PDF document to image objects and raises the ImageExtractedEvent event immediately after an image was extracted from a PDF page. The event handler argument contains a reference to extracted image object. You are responsible for disposing the extracted image object by calling its Dispose method when it is not needed anymore
Public methodExtractImagesInEvent(Stream, Int32, Int32)
Extract the images from a range of pages of a PDF document in a stream to image objects and raises the ImageExtractedEvent event immediately after an image was extracted from a PDF page. The event handler argument contains a reference to extracted image object. You are responsible for disposing the extracted image object by calling its Dispose method when it is not needed anymore
Public methodExtractImagesInEvent(String, Int32, Int32)
Extract the images from a range of pages of a PDF file to image objects and raises the ImageExtractedEvent event immediately after an image was extracted from a PDF page. The event handler argument contains a reference to extracted image object. You are responsible for disposing the extracted image object by calling its Dispose method when it is not needed anymore
Public methodExtractImagesToFile(Byte, String, String)
Extract the images from all the pages in a PDF document to image files
Public methodExtractImagesToFile(Stream, String, String)
Extract the images from the pages of PDF document in a stream to image files
Public methodExtractImagesToFile(String, String, String)
Extract the images from all the pages of a PDF file to image files
Public methodExtractImagesToFile(Byte, Int32, String, String)
Extract the images from a PDF document to image files starting from a given PDF page number to the end of the PDF document
Public methodExtractImagesToFile(Stream, Int32, String, String)
Extract the images from the pages of a PDF document in a stream to image files starting from a given PDF page number to the end of the PDF document
Public methodExtractImagesToFile(String, Int32, String, String)
Extract the images from the pages of a PDF file to image files starting from a given PDF page number to the end of the PDF document
Public methodExtractImagesToFile(Byte, Int32, Int32, String, String)
Extract the images from a range of pages of a PDF document to image files
Public methodExtractImagesToFile(Stream, Int32, Int32, String, String)
Extract the images from a range of pages of a PDF document in a stream to image files
Public methodExtractImagesToFile(String, Int32, Int32, String, String)
Extract the images from a range of pages of a PDF file to image files
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetPageCount(Byte)
Gets the number of PDF pages of a PDF document
Public methodGetPageCount(Stream)
Gets the number of pages of a PDF document in a stream
Public methodGetPageCount(String)
Gets the number of PDF pages of a PDF file
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Events

  NameDescription
Public eventImageExtractedEvent
The event which is raised immediately after an image was extracted from a PDF document. You can raise this event by calling the methods with 'InEvent' suffix like ExtractImagesInEvent(String)
Top
See Also

Reference