The PNDocConvQueueServiceLib COM interface provides developers with the ability to convert documents using the Document Conversion Service from their own application code.
Objects
Object |
Description |
|---|---|
This is the main object you will be working with when converting files. |
|
A collection of IPNDocConvQueueItemJob objects, one for every job that has been printed. |
|
Each IPNDocConvQueueItemJob object represents a single print job sent to any one of the printer queues in the current IPNSession object. |
|
A collection of IPNDocConvQueueItemFile objects, one for every file created. |
|
An IPNDocConvQueueItemFile object is created for every file created by the conversion service and represents the physical file on disk. |
|
A collection of IPNDocConvQueueItemPage objects, one for every page of a document converted. |
|
An IPNDocConvQueueItemPage object is created for every page of the converted document or file |
|
A collection of IPNDocConvQueueItemImage objects, one for every page in the output file on disk. |
|
An IPNDocConvQueueItemImage object represents a single page in the output physical file on disk. |
|
A collection of IPNDocConvQueueItemMessage objects. This collection can be empty. |
|
A IPNDocConvQueueItemMessage object wraps a string message that contains information from the conversion process. |
|
A collection of IPNDocConvQueueItemError objects. This collection will be empty if the conversion succeeds. |
|
A IPNDocConvQueueItemError object wraps a string message that contains error information from the conversion process if it failed. |