@Swoop
Quote:
The first file is PS-Adobe-2.0, but the AmiGS file is PS-Adobe-3.0.
Is PS-Adobe-3.0 not backward compatible with PS-Adobe-2.0?
When it uses 3.0 features those are not understand by software
which understands 2.0 only.
AmiGS is not a PostScript interpreter. It needs comments
in PS files to be able to tell the user which paper size
is used. The first file contains such a comment,
Quote:
You can change that to "a3" just to prove that its no problem
to fool AmiGS, a real PostScript printer cant be fooled like
that IMHO.
The second file was created by GhostScript and doesnt
contain any comment about the paper size which would be
understood by AmiGS ergo it tells you the default paper
size which is US Letter.
A 3.0 compatible paper size comment would e.g. look like
Quote:
%%DocumentMedia: a4 596 842 0 () ()
However, all those comments are comments only and dont affect
the real paper size in any way. The real paper size as used
by the builtin GhostScript PostScript printer driver can
AFAIK e.g. be modified by editing
GHOSTSCRIPT:data/8.54/lib/gs_init.ps, line 75:
Quote:
%/DEFAULTPAPERSIZE (a4) def
Removing the percent sign at the start of the line should
tell GhostScript that it shall assume a4, not letter, as
default paper size.
When you want that something is changed in AmiGS or GhostScript,
please report it to its author, I dont have access to the sourcecode.