Functionps_ghostscripttimeout

Defined in: pbwbullzip

public subroutine ps_ghostscripttimeout (string arg_seconds)

Comment:
PDF Printer Settings
Use this setting to change the timeout value for Ghostscript operations. If your print jobs are very large, the default timeout of 300 seconds may be too little. The value of this setting is the number of seconds the printer will wait for Ghostscript to finish creating the PDF document


Script:
public subroutine ps_ghostscripttimeout (string arg_seconds);
i_PBbullzip.setvalue("GhostscriptTimeout",arg_seconds)
end subroutine