Hi,
here is a simple postscript file :
%!
%% ENTETE
@PJL SET RESOLUTION = 600
/PN { /Courier findfont fs scalefont setfont } def
/PI { /Courier-Oblique findfont fs scalefont setfont } def
/PG { /Courier-Bold findfont fs scalefont setfont } def
/S {show} def
/F {showpage} def
/N {
/y0 y0 fs sub store
x0 y0 moveto
} bind def
/x0 10 def
/y0 772 def
/fs 12 def
PN
x0 y0 moveto
%% DONNEES
(Le 12 Janvier 2003) S PG ( FACTURE 2020207) S N N
PI ( MR Lebrun Michel) S N
save
(X:/newsys/pscou/femme.eps) run
restore
F
I want to define the resolution of the image named "femme.eps" to modify the quality when I will send this file to the printer.
How can I do ?
Thanks !
here is a simple postscript file :
%!
%% ENTETE
@PJL SET RESOLUTION = 600
/PN { /Courier findfont fs scalefont setfont } def
/PI { /Courier-Oblique findfont fs scalefont setfont } def
/PG { /Courier-Bold findfont fs scalefont setfont } def
/S {show} def
/F {showpage} def
/N {
/y0 y0 fs sub store
x0 y0 moveto
} bind def
/x0 10 def
/y0 772 def
/fs 12 def
PN
x0 y0 moveto
%% DONNEES
(Le 12 Janvier 2003) S PG ( FACTURE 2020207) S N N
PI ( MR Lebrun Michel) S N
save
(X:/newsys/pscou/femme.eps) run
restore
F
I want to define the resolution of the image named "femme.eps" to modify the quality when I will send this file to the printer.
How can I do ?
Thanks !