| Function | ps_afterprintprogram | ![]() |
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.
public subroutine ps_afterprintprogram (string arg_command);
i_PBbullzip.setvalue("AfterPrintProgram",arg_command)
end subroutine