Usage


SPL2STMF


TIFF2PDF


Note

SPL2STMF cannot convert spooled file larger than 16MB.
TIFF2PDF supports only A4 paper size.
Add library 'HPT' and/or 'TIFFLIB' (or library which contains necessary objects) to your library list. 
SPL2STMF requires WSCST object name. You may exec 'WRKOBJ OBJ(QSYS/*ALL) OBJTYPE(*WSCST)' to determine which WSCST to use. You can create your own WSCST for special purpose. For example, to convert DBCS(Japanese) SCS spooled file to plain Shift-JIS text file, use following WSCST source file.
        *************** BEGINNING OF DATA ******************************************
0001.00 :WSCST DEVCLASS=TRANSFORM.
0002.00
0003.00     :TRNSFRMTBL.
0004.00     :PRTDTASTRM
0005.00       DATASTREAM=IBMNONPAGES.   /* printer datastream IBM 5577 (SHIFT-JIS) */
0051.00     :SPACE
0052.00       DATA ='20'X.
0055.00 /*  :CARRTN         */
0056.00 /*    DATA ='0D'X.  */
0057.00     :FORMFEED
0058.00       DATA ='0C'X.
0059.00     :LINEFEED
0060.00       DATA ='0D0A'X.
0417.00 :EWSCST.
        ****************** END OF DATA *********************************************

[Home]