×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
Resource
ID Option Feature Description
5770TS1 *BASE 5050 IBM Transform Services for i
5770TS1 *BASE 2924 IBM Transform Services for i
5770TS1 is a no charge option.
http://www-01.ibm.com/support/knowledgecenter/ssw_ibm_i_72/rzata/rzalupdfsplf.htm?lang=en
Use the Copy Spooled File (CPYSPLF) command. Use the TOFILE(*TOSTMF)
parameter to indicate that you want to copy the spooled file to a stream
file. Use the TOSTMF and WSCST parameters to specify the location and
format (PDF) of the output in the stream file. The IBM Transform Services
for i licensed program must be installed.
See also:
OVRPRTF
http://www-01.ibm.com/support/knowledgecenter/ssw_ibm_i_72/cl/ovrprtf.htm?lang=en
Workstation customizing object (WSCST)
*PDF
The output is transformed to Portable Document Format (PDF) before it
is written into a stream file.
Example 3: Generating Stream File Output
OVRPRTF FILE(QSYSPRT) DEVTYPE(*AFPDS)
TOSTMF('/home/user/mypdf.pdf') WSCST(*PDF)
This command overrides the QSYSPRT printer file to generate a stream file
"mypdf.pdf" in directory "/home/user". As it is generated, the output
stream file will be converted to Portable Document Format (PDF).
See also:
https://www-304.ibm.com/support/docview.wss?uid=nas8N1018568
Using Transform Services to Generate PDF Stream Files instead of Spooled
Files
Rob Berendt
As an Amazon Associate we earn from qualifying purchases.