|
> I have an application that will create raw postscript code in the IFS. > I can then send this file to the printer using MS Windows notepad and get the correct results. Printer (HP4000) is configured as Generic / Text Only attached to a HP JetDirect. > Is there any way to configure an outq that I can write to, that the 400 will not translate, i.e. send it as raw text? This worked for me: CRTOUTQ OUTQ(QUSRSYS/THEPRINTER) RMTSYS(*INTNETADR) RMTPRTQ('text') AUTOSTRWTR(1) CNNTYPE(*IP) DESTTYPE(*OTHER) MFRTYPMDL(*IBM3812) WSCST(*LIBL/QWPDEFAULT) INTNETADR(PRINTER_IP) SEPPAGE(*NO) Obviously you'll have to supply THEPRINTER and PRINTER_IP. :) You could probably set this up as a regular printer device too.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.