[Poppler-bugs] [Bug 38960] Rendering PDF to SVG is "pixelated"
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Mon Jul 4 14:21:21 PDT 2011
https://bugs.freedesktop.org/show_bug.cgi?id=38960
--- Comment #1 from Jose Aliste <jose.aliste at gmail.com> 2011-07-04 14:21:21 PDT ---
Well, I would say that the little tool you use is doing it wrong...
Poppler_render is intended to produce a raster image, so using a svg cairo
surface to render in it does not make sense. You should look at how other apps
manage to convert from PDF to SVG. Probably there is a way of telling the
CairoOutputDev in poppler core to render to a SVG surface, so you don't get
pixels. Changing the dpi won't help as you are doing a
VECTOR(PDF)->raster->Vector(SVG) where the raster step is clearly not needed.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Poppler-bugs
mailing list