ITEM: CH8701L
How to print the contents on an X-window including graphics ?
ENV:
AIX 3.2.5
Unknown model
DESC:
How to print the contents of a X-window to a print queue?
ACT:
xwd | xpr | lpr -P qname
for PostScript
or
for PCL:
xwd -bitmap | xpr -dev ljet | lpr -P qname
The above command worked fine for my PCL queue, but yours printed
garbage...
You are remote printing to a Windows NT print server... The server's
printer driver may be formatting the job...
vi /etc/qconfig
Changed to using bsdshort and bsdlong for the form filters... and
tried again:
xwd -bitmap | xpr -dev ljet | lpr -P qname -l
the -l tells the NT server not to format the image we're sending it.
This printed as desired.
Support Line: How to print the contents on an X-window including graphics ? ITEM: CH8701L
Dated: November 1996 Category: N/A
This HTML file was generated 99/06/24~13:30:17
Comments or suggestions?
Contact us