bpi.oo.render()
This routine sends the OpenOffice directives to the OpenOffice server to render a document that resides in a queue directory.
Subroutine Syntax
CALL bpi.oo.render( host, user, form.id, queue.path, printer, verbose, render.status)
Parameters
Param |
Direction |
Description |
host |
passed |
The hostname or ip address of the Oo server |
user |
passed |
The user name to use for each ssh directive |
form.id |
passed |
The file name to render (resides in the directory defined in the queue.path param) |
queue.path |
passed |
The path where form.id will be found. Note, this is the path on the Oo server, not the path on the MultiValue server. |
printer |
passed |
Is the unix printer name on the Oo server where the job should be printed |
verbose |
passed |
Level of verbosity |
render.status |
returned |
1 for success or zero/signed integer for failure |