Writing PDF output to file

JitiOneWorld

Active Member
Is there a way to write the output .pdf file generated from a UBE job directly to a path/filename of your choosing? The current output to print queue is inadequate for our needs, since we need to programatically manipulate the generated .pdf file from the job, and we would like to use a better name and location if possible.

Bob
 
In the client JDE.INI, Under [NETWORK QUEUE SETTINGS], add a line that says OutputDirectory={network or local drive letter}:\path (eg: OutputDirectory=c:\PDF).
 
I should have been more specific:

We need to be able to do this from an Enterprise Server. Also, we need to be able to specify on a PER JOB basis where and what the output .pdf should be. We do not want to do this globally if possible.
 
Although our enterprise server is an AS400, this might still work. Try looking at the RUNUBE command. We are using it to run jobs on our AS400. One of the parameters allows us to route the print of -that- job to any printer defined in OW.
 
Back
Top