Le Thu, 04 May 2006 13:44:38 -0400, bulia byak a écrit :
Latex Formula:
pstoedit must be installed with the SVG plug-in. The plug-in is
shareware and only available for Windows and Suse Linux 9.3 using g++ 3.4.5. (See: http://www.pstoedit.net/pstoedit.)
It works with the "unregistered" version of it too, I tested it. So far I think we have nothing better to use instead.
If you're looking for free software, the bundle poppler + cairo may help you. Here's the result of a pdf to svg conversion, done with the tiny pdf2svg tool included in current cairo head (well, master, cairo uses git):
http://emmanuel.pacaud.free.fr/files/cairo/pdf_to_svg.svg
from this original pdf file:
http://emmanuel.pacaud.free.fr/files/cairo/pdf_to_svg.pdf
(Page full of text are pretty huge, since they are currently renderer as path, without optimisation).
Using rsvg-convert from librsvg + cairo, you can also do the other way:
http://emmanuel.pacaud.free.fr/files/cairo/svg_to_pdf.pdf
from this original svg file:
http://emmanuel.pacaud.free.fr/files/cairo/svg_to_pdf.svg
Emmanuel.