Re: Postscript and MikTeX 2.5 [message #50946] |
Fri, 27 October 2006 10:20  |
Benjamin Hornberger
Messages: 258 Registered: March 2004
|
Senior Member |
|
|
F�LDY Lajos wrote:
>
> On Fri, 27 Oct 2006, Benjamin Hornberger wrote:
>
>>
>> Any clues? Does anybody know a magic ghostscript command which could
>> replace the tedious conversion in Illustrator?
>>
>> Thanks,
>> Benjamin
>>
>
> Probably this will work in a command window on windows (gswin32c.exe is
> somewhere under your ghostscript directory):
>
> gswin32c -q -sDEVICE=epswrite -sOutputFile=outfile.eps -dNOPAUSE -dBATCH
> -dSAFER infile.eps
>
Yes, that works. The file size increases only by a factor of 1.5.
However, the font rendering in Ghostview, Yap or Acrobat (after dvipdfm)
is not as clean as with the Illustrator-generated file ...
Thanks,
Benjamin
|
|
|
|
Re: Postscript and MikTeX 2.5 [message #51123 is a reply to message #50946] |
Sat, 28 October 2006 13:49  |
Benjamin Hornberger
Messages: 258 Registered: March 2004
|
Senior Member |
|
|
Benjamin Hornberger wrote:
> F�LDY Lajos wrote:
>
>> gswin32c -q -sDEVICE=epswrite -sOutputFile=outfile.eps -dNOPAUSE
>> -dBATCH -dSAFER infile.eps
>>
>
> Yes, that works. The file size increases only by a factor of 1.5.
> However, the font rendering in Ghostview, Yap or Acrobat (after dvipdfm)
> is not as clean as with the Illustrator-generated file ...
... because (somebody mentioned on the MiKTeX mailing list) this
converts fonts to bitmaps.
|
|
|