Please enable JavaScript to view this site.

Document Conversion Service 3.0

Description

Many of the converters used by Document Conversion Service will use the Document Conversion Service 3.0 printer to do the conversion. For most documents there is only a single print job created when the document is printed, but some applications can send multiple jobs when printing a single file. One example of this is Excel when printing a workbook containing multiple worksheets at different print quality settings. Excel will create a separate print job for each group of worksheets with different print qualities.

Each PNConversionResultPrintJob object represents one print job. The job object is identified by a unique identifier, the GUID and contains information about the job such as the job status and the number of pages spooled and printed.

There are also two collections: a PNConversionResultOutputFile collection of files created by this job, and a PNConversionResultPrintJobPrintedPage collection of the printed pages belonging to this print job.

Methods

Public Method   GetOutputFiles

Read-only; Returns a collection of PNConversionResultOutputFile objects.

Public Method   GetPrintJobPrintedPages

Read-only; Returns a collection of PNConversionResultPrintJobPrintedPage objects.

Properties

Public Property   BytesPrinted

Read-only; How much of the document, in bytes, has been printed.

Public Property   BytesSpooled

Read-only; Size of the document (in bytes)in the printer queue.

Public Property   Title

Read-only; Name of the document printed.

Public Property   GUID

Read-only; Unique identifier for this object.

Public Property   JobID

Read-only; non-unique identifier used by the Windows printing sub-system.

Public Property   PagesPrinted

Read-only; count of the number of pages printed.

Public Property   PagesSpooled

Read-only; count of the number of pages spooled.

Public Property   Status

Read-only; current print status of the job as an Integer value.

Public Property   StatusMessage

Read-only; current print status of the job as an string value.

Public Property   Submitted

Read-only; The date and time this document was spooled.

Public Property   Title

Read-only; Name of the document printed.

Public Property   UserName

Read-only; name of the user who printed the document.