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