Using SQR to generate a Saved PDF document

694 views Asked by At

I am using an older client/server version of PeopleSoft (7.53 Apps, 7.63 Tools) and trying to get my SQR to automatically generate and save a PDF document. Currently I can use a SQR Flag of -ZIV to open up the SQR Viewer which displays my output to the Viewer on the screen, but I have to print to CutePDF Writer to generate the PDF and save it with a PDF extension. So the process is manual for me.

Is there any way to do this automatically through changing the SQR or using a command line action?

1

There are 1 answers

6
cardmagik On

There is a command line parameter to generate a PDF. It is -printer:pd Add that to your SQR Flags and it will produce a PDF.

You can also use the SQRWP utility to take a .SPF file (generated with -keep flag) and convert it to PDF.