Skip to content
Prev 5598 / 63421 Next

paper size in postscript driver

On Thu, 31 May 2001, Trent Piepho wrote:

            
Let's not get confused here.  What you are asking for is the job of your
print spooling software.  Proper postscript should have a DSC comment
specifying the paper size, and R's does:

%!PS-Adobe-3.0
%%DocumentNeededResources: font Symbol
%%+ font Helvetica
%%+ font Helvetica-Bold
%%+ font Helvetica-Oblique
%%+ font Helvetica-BoldOblique
%%DocumentMedia: a4 595 841 0 () ()
...

If you use the paper size by "special" this is set, and it is the job of
your spooler to make use of it.  Looks like yours is deficient
(and that's not unlikely if you are not using a proper spooler).  *But*
we can't fix this in R without breaking it for those who do run
proper print management software.