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

Bug#171406: epstopdf conversion error (rotates, bounding box)



Hi!

The conversion errors of epstopdf seem to be ghostscript releated.
Default epstopdf uses the "gs" interpreter package. If this is changed
to gs-esp the conversion is correct.

So a Hotfix is changing line 57 of /usr/bin/epstopdf from:

my $GS = "gs";

to

my $GS = "gs-esp";

Don't forget installing gs-esp.

Ciao,
Gunther




Reply to: