Please enable JavaScript to view this site.

PNDocConvQueueServiceLib

Description

The OnEndJob event occurs each time a single print job for a file has completed printing through the converters.  For most documents there is only a single print job created when the document is printed, but some applications, like Excel, can send multiple jobs when printing a single file.

Syntax

objectName_OnEndJob

where the IPNDocConvQueueItem object is declared with events.

Parameters

PNDocConvQueueItemJob Job

The IPNDocConvQueueItemJob object representing one of the print jobs for the file.

See Also:

OnCloseFile OnEndConversion OnEndImage OnEndPage OnGetNextOutputFileName

OnLogMessage OnOpenFile OnReportError OnStartConversion OnStartImage

OnStartJob OnStartPage