> From [EMAIL PROTECTED] Tue Mar 26 15:23:10 2002
> To: [EMAIL PROTECTED]
> Subject: LPRng: Paper tray control - ifhp-3.5.4 and newer
> Date: Tue, 26 Mar 2002 13:26:58 -0700
> From: "Steven J. Birt" <[EMAIL PROTECTED]>
>
> I seem to have lost some control over selecting paper size.
> All ideas, suggestions, criticisms, etc.... are welcomed.
>
> My goal is to specify letter sized paper for a postscript print job.
> ifhp-3.5.3 added the following lines to the output:
>
> @PJL SET PAPER = LETTER
> @PJL ENTER LANGUAGE = POSTSCRIPT
> ^D%!
> <</DeferredMediaSelection true /PageSize [612 792] /ImagingBBox null>>
> setpagedevice
> %!
>
>
> Starting with ifhp-3.5.4 the output is missing the line:
>
>
> <</DeferredMediaSelection true /PageSize [612 792] /ImagingBBox null>>
> setpagedevice
>
> --------------
> The files were generated using the /tmp/send script:
>
> #!/bin/sh
> cp /dev/null /tmp/t
> ifhp=model=hp5si
> /opt/LPRng/libexec/filters/ifhp \
> -Zletter -Tdev=/tmp/t,trace,debug=1,${ifhp} </tmp/one.ps 2>/tmp/trace
>
> and verified by submitting to the printer using
>
> lpr -Praw@<printer's IP> /tmp/t
>
> ---------------
>
> Thanks....Steve
> --
Version ifhp-3.5.7 - Tue Mar 5 20:46:29 PST 2002
Lots of typos in the HOWTO fixed.
(Mistakes pointed out and suggested changes by:
Hans Peter Verne <[EMAIL PROTECTED]>)
Fixed up STRIP in configure.in so that it does not collide
with autoconf STRIP
Added a '--with-pagesize' option to allow you to specify default
page size. Currently only selects default size with PCL.
Added a '--with-fontdir' to specify the font directories.
The default directories are now:
default: FONT_DIR=${libexecdir}/fonts OR
/usr/libexec/fonts/
pcl_fontdir = ${FONT_DIR}/pcl
ps_fontdir = ${FONT_DIR}/ps
pjl_fontdir = ${FONT_DIR}/pjl
Note: you can always add these to the END of ifhp.conf file:
[default]
ps_fontdir=/...
pcl_fontdir=/...
pjl_fontdir=/...
Discovered a stupid typeo that somehow crept in via the joys of
cut and paste. Now the xx += stuff works again. Grrrr....
(Nudged into the right place to look by:
"Steven J. Birt" <[EMAIL PROTECTED]>)
This also solves the core dump problem reported by other users.
-----------------------------------------------------------------------------
YOU MUST BE A LIST MEMBER IN ORDER TO POST TO THE LPRNG MAILING LIST
The address you post from MUST be your subscription address
If you need help, send email to [EMAIL PROTECTED] (or lprng-requests
or lprng-digest-requests) with the word 'help' in the body. For the impatient,
to subscribe to a list with name LIST, send mail to [EMAIL PROTECTED]
with: | example:
subscribe LIST <mailaddr> | subscribe lprng-digest [EMAIL PROTECTED]
unsubscribe LIST <mailaddr> | unsubscribe lprng [EMAIL PROTECTED]
If you have major problems, send email to [EMAIL PROTECTED] with the word
LPRNGLIST in the SUBJECT line.
-----------------------------------------------------------------------------