Description

The OnOpenFile event occurs each time a new output file is opened or created as part of the conversion process. Depending on the conversion settings this can happen once for each file if the output is multi-paged or once for every page that is printed if the output is serialized.

Syntax

objectName_OnOpenFile

where the IPNDocConvQueueItem object is declared with events.

Parameters

PNDocConvQueueItemFile DocConvQueueItemFile

The IPNDocConvQueueItemFile object representing the file on disk currently being created.

See Also:

OnCloseFile OnEndConversion OnEndImage OnEndJob OnEndPage OnGetNextOutputFileName

OnLogMessage OnReportError OnStartConversion OnStartImage OnStartJob OnStartPage