Functionps_oututfile

Defined in: pbwbullzip

public subroutine ps_oututfile (string arg_file)

Comment:
PDF Printer Settings
Call this function to change the output file.
The output setting allows you to direct the output of the PDF printer to a specific file.
When this setting is set the printer will not ask the user for a destination file name.
The output setting allows macro names as part of the file name
The following macro names can be used. Refer to BullZip guide


Script:
public subroutine ps_oututfile (string arg_file);

i_PBbullzip.setvalue("Output",arg_file)
end subroutine