Re: AmiGS cannot Print, because of missing "letter/A4" featu
Posted: Tue Mar 19, 2013 11:08 pm
Further up in this thread, I asked:
So I was wondering, does the Postscript which arrives at the printer, contain this DocumentMedia specification or not? If not, and the postscript_init.ps file is there, it looks like a flaw in the PostScript driver, as it should (according to the comment in the file) be responsible for creating it. My guess is that it will do so based on the settings in Prefs/PostScript, so you might also double-check that these are set to A4.
Best regards,
Niels
The reason I did that is that this file starts with the following lines:nbache wrote:Do you have the file postscript_init.ps in DEVS:? Is it readable and undamaged?
Code: Select all
%!PS
% The line above will be replaced by PostScript 52.2+ with something like:
%---------
% %!PS-Adobe-3.0
% %%DocumentMedia: paperformatname paperwidth paperheight 0 () ()
% %%EndComments
%---------
%% $VER: postscript_init.ps 52.2 (15.3.2007)
%%BeginProlog
Best regards,
Niels