Output as Postscript (PHP)

Set up and configure output to Postscript from your reporting application. Postscript files allow for archiving and dialog printing. Silent printing depends on the availability of operating system printing commands such as lp.

To output your report as a postscript file, use the selectDevice() function:

$greRunnerObj->selectDevice("Postscript");

For the full list of properties and methods, refer to the Genero Report Writer PHP API documentation.