Description

This event rarely needs to be handled; it is easier to pass the desired output file name in the Convert method.

The OnGetNextOutputFileName event occurs each time a file name needs to be created. 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. If you do use this event construct your desired file name and return it as a string value.

Syntax

objectName_OnGetNextOutputFileName

where the IPNDocConvQueueItem object is declared with events.

Return value is the desired output file name as a string object.

See Also:

OnCloseFile OnEndConversion OnEndImage OnEndJob OnEndPage

OnLogMessage OnOpenFile OnReportError OnStartConversion OnStartImage

OnStartJob OnStartPage