Hi
I wan't to create a jpeg and a pdf file from the same
postscript file. The pdf file looks as it should but
the jpeg file is in another font, why?
Example
<< /PageSize [595 842] >> setpagedevice
/A { /Arial-Bold findfont 300 scalefont setfont } def
A (Q) 200 300 moveto show
showpage
gs -q -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sOutputFile=1.pdf -c save pop -f 1.ps
gs -q -dNOPAUSE -dBATCH -sDEVICE=jpeg -sOutputFile=1.jpg -dJPEGQ=100 -dNOCACHE -dGraphicsAlphaBits=4 -dTextAlphaBits=4 1.ps
Thanks.
I wan't to create a jpeg and a pdf file from the same
postscript file. The pdf file looks as it should but
the jpeg file is in another font, why?
Example
<< /PageSize [595 842] >> setpagedevice
/A { /Arial-Bold findfont 300 scalefont setfont } def
A (Q) 200 300 moveto show
showpage
gs -q -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sOutputFile=1.pdf -c save pop -f 1.ps
gs -q -dNOPAUSE -dBATCH -sDEVICE=jpeg -sOutputFile=1.jpg -dJPEGQ=100 -dNOCACHE -dGraphicsAlphaBits=4 -dTextAlphaBits=4 1.ps
Thanks.