> From [EMAIL PROTECTED] Mon Jan  7 11:03:13 2002
> Date: Mon, 7 Jan 2002 11:57:45 -0600 (CST)
> From: <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: LPRng: printing Legal size documents on letter size paper
>
> Hello,
>
> I am looking for a solution to this problem.  I know I could just put in
> legal size paper but this is not an option. :(
>
> I know this is not an lprng issue. I was just hoping someone on the list
> my have a solution.  
>
> Scaling the output to be letter size?  special filter?  Ghostscript?  
>
> Thanks for any help.
>
> Lach
>
>
> -----------------------------------------------------------------------------
> 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.
> -----------------------------------------------------------------------------
>

Get the psutils programs:

www.tardis.ed.ac.uk/~ajcd/psutils
ftp://ftp.dcs.ed.ac.uk/pub/ajcd/

See psresize:
 
PSRESIZE(1)                                           PSRESIZE(1)
 
NAME
       psresize - multiple pages per sheet
 
SYNOPSIS
       psresize  [ -wwidth ] [ -hheight ] [ -ppaper ] [ -Wwidth ]
       [ -Hheight ] [ -Ppaper ] [ -q ] [ infile [ outfile ] ]
 
DESCRIPTION
       Psresize rescales and centres a document  on  a  different
       size  of  paper.   The input PostScript file should follow
       the Adobe Document Structuring Conventions.
 
       The -w option gives the output paper  width,  and  the  -h
       option  gives  the output paper height, normally specified
       in cm or in to convert PostScript's  points  (1/72  of  an
       inch) to centimeters or inches.  The -p option can be used
       as an alternative, to set the output paper size to a3, a4,
       a5,  b5,  letter,  legal,  tabloid,  statement, executive,
       folio, quarto or 10x14.  The default output paper size  is
       letter.
 
       The  -W  option  gives  the  input paper width, and the -H
       option gives tthe  input paper width, and the -H
       option gives the input paper height.  The -P option can be
       used  as an alternative, to set the input paper size.  The
       default input paper size is letter.
 
       Psresize normally prints the page  numbers  of  the  pages
       output; the -q option suppresses this.
 
EXAMPLES
       The following command can be used to convert a document on
       A4 size paper to letter size paper:
 
       psresize -PA4 -pletter in.ps out.ps
 
AUTHOR
       Copyright (C) Angus J. C. Duggan 1991-1995

-----------------------------------------------------------------------------
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.
-----------------------------------------------------------------------------

Reply via email to