groff
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Groff] Custom page size & margin


From: lists
Subject: Re: [Groff] Custom page size & margin
Date: Sat, 19 Jun 2004 20:41:24 +0000
User-agent: Internet Messaging Program (IMP) 3.2.2

> Now it's time to rethink my question? What I forgot to mention is that I'm
> starting with
> PDF documents (8.5x11). What I want to accomplish is (This may be more of a
> gs question):
>
> 0. pdf -> pdf converion/reformat
> 1. resize (i.e 8.5x11 -> 6x9 w/ 1/2 in margins & header footer).
> 2. Fonts; embed, change size & type(i.e Garamond)
>
> I've done it a set at a time by; pdf2ps -> psreize -> ps2pdf?
>
> Make next effort is modify the pdf2ps (pdf2pdf) script like this:
>
> exec gs $OPTIONS -q -dNOPAUSE -dBATCH -dSAFER \
>               -sDEVICE=pdfwrite \
>                       "-sOutputFile=$outfile" $OPTIONS -c save pop -f "$1"
>
> Then kicking it off like this:
> pdf2pdf -dPAPERSIZE=legal infile.pdf outfile.pdf
>
Ok,
I sort of fixed the page size problem with the pdf2pdf script:
pdf2pdf -g . Now on the the  offset and font problem.
Is there a -dFONT= parm?

TX,
David


reply via email to

[Prev in Thread] Current Thread [Next in Thread]