Comment 12 for bug 471199

Revision history for this message
Praetor77 (geramses) wrote :

I just wanted to comment that changing:

run('ps2pdf "%s" "%%s"' % sys.argv[1].replace("%","%%"), "ps2pdf")
to
run('ps2pdf -dEPSFitPage "%s" "%%s"' % sys.argv[1].replace("%","%%"), "ps2pdf")

in /usr/share/inkscape/extensions/ps2pdf-ext.py

fixed this EXTREMLY annoying bug for me. I experienced the inadequate import of eps files in both 0.47 and 0.48+devel r8974.