[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#320786: gs-gpl: pdfwrite doesn't embed type 42 fonts



On Mon, Aug 01, 2005 at 03:26:31PM +0200, Steinar H. Gunderson wrote:
> As of upstream request on IRC, I've also submitted this upstream:
> 
>   http://bugs.ghostscript.com/show_bug.cgi?id=688251
> 
> The bug there also contains a minimal testcase.

OK, upstream actually found the problem -- the input PostScript file contains
a /setdistillerparams on its own, which then overrides whatever I set on the
command line (since it's executed later). Thus, GhostScript really works as
intended.

IMHO, this should at least be documented, and preferrably there should be an
override switch in ps2pdfwr. The following snippet makes GS ignore PDF
parameters in the input file -- change

  -c .setpdfwrite

into

  -c '.setpdfwrite /setdistillerparams { } def'

Should this perhaps be reassigned to gs-common?

/* Steinar */
-- 
Homepage: http://www.sesse.net/




Reply to: