3

I have a Scalable Vector Graphic (svg) which I can convert to pdf with inkscape. The pdf still looks fine when viewed in okular or evince. However, I require an eps file. I understand that eps may contain vector data, but all I get is pixelated mess with a bounding box that is too small. Initially I tried the inkscape export feature to generate eps files. I also tried to transform the well looking pdf with pdf2ps + ps2eps, but I get the same disgusting results.

What am I doing wrong? How is this supposed to be done?

5
  • Are you saying that inkscape -E also rasterizes its output? Looking at the manpage it is probably due to ps lacking support for transparency. Commented Sep 4, 2012 at 11:59
  • EPS does not support all features from PDF/SVG, PS even supports less. Commented Sep 4, 2012 at 12:08
  • @StéphaneGimenez: I also tried --export-ignore-filters, which appears to be ignored. Is there any way around it? Commented Sep 4, 2012 at 12:10
  • Filters and transparency are not the same thing I guess. Commented Sep 4, 2012 at 12:12
  • neither pdf nor eps can handle grandients and eps does not support transparancy, IIRC. You will have to simplify your image so that all features can be represented using eps. Otherwise inkscape will always raster your image. What else is it supposed to do? After all that's the same routine used when printing ... Commented Sep 4, 2012 at 13:01

1 Answer 1

2

This is the pseudo solution I used, now. My editor didn't seem to care whether to receive eps or tiff files, so I rendered all svgs with the target resolution and size, as it was impossible to get a decent result with eps files (as noted in the comments this is due to technical limitations of the eps format).

This can be done by opening the svg directly in gimp. It's a bit tedious to do this for several files manually, so a scripted solution would have been favourable, but well.

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.