Functionps_afterprintprogram

Defined in: pbwbullzip

public subroutine ps_afterprintprogram (string arg_command)

Comment:
PDF Printer Settings
The AfterPrintProgram setting is a hook into the printing process. If you specify this setting it must contain a valid command line that will be launched when the PDF document is created. The command line can include the %1 token that will be substituted with the full path of the created PDF file.


Script:
public subroutine ps_afterprintprogram (string arg_command);
i_PBbullzip.setvalue("AfterPrintProgram",arg_command)
end subroutine