Please enable JavaScript to view this site.

PNDocConvQueueServiceLib

Navigation: » No topics above this level «

PNDocConvQueueServiceLib Object Reference

Scroll Prev Top Next More

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

  IPNDocConvQueueItem

This is the main object you will be working with when converting files.

  IPNDocConvQueueItemJobs

A collection of IPNDocConvQueueItemJob objects, one for every job that has been printed.

  IPNDocConvQueueItemJob

Each IPNDocConvQueueItemJob object represents a single print job sent to any one of the printer queues in the current IPNSession object.

  IPNDocConvQueueItemFiles

A collection of IPNDocConvQueueItemFile objects, one for every file created.

  IPNDocConvQueueItemFile

An IPNDocConvQueueItemFile object is created for every file created by the conversion service and represents the physical file on disk.

  IPNDocConvQueueItemPages

A collection of IPNDocConvQueueItemPage objects, one for every page of a document converted.

  IPNDocConvQueueItemPage

An IPNDocConvQueueItemPage object is created for every page of the converted document or file

  IPNDocConvQueueItemImages

A collection of IPNDocConvQueueItemImage objects, one for every page in the output file on disk.

  IPNDocConvQueueItemImage

An IPNDocConvQueueItemImage object represents a single page in the output physical file on disk.

  IPNDocConvQueueItemMessages

A collection of IPNDocConvQueueItemMessage objects. This collection can be empty.

  IPNDocConvQueueItemMessage

A IPNDocConvQueueItemMessage object wraps a string message that contains information from the conversion process.

  IPNDocConvQueueItemErrors

A collection of IPNDocConvQueueItemError objects. This collection will be empty if the conversion succeeds.

  IPNDocConvQueueItemError

A IPNDocConvQueueItemError object wraps a string message that contains error information from the conversion process if it failed.