Problem:
PDFPRINT command failing with following error in joblog:
PDF file /RJSTEMP/GS11021211321743DLM01DLM236130.PDF was rotated. File /RJSTEMP/GS11021211321743DLM01DLM236130.PCL not found. ERROR: Converted gs input file /RJSTEMP/GS11021211321743DLM01DLM236130.PCL does not exist.
Command example:
PDFPRINT IFSFILE('/rjstemp/100076.pdf') OUTQ(PRTNET02) DEVICE('LJ5GRAY') PAPERSIZE('LETTER') LANDSCAPE(*YES) FORMTYPE(*STD)
Resolution:
We determined that the papersize and device parms are case sensitive and must be passed in lower case.
PDFPRINT IFSFILE('/rjstemp/100076.pdf') OUTQ(PRTNET02) DEVICE('lj5gray') PAPERSIZE('letter') LANDSCAPE(*YES) FORMTYPE(*STD)
Last Modified On:
No, open a new Support Case