Wikipedia:Graphics Lab/Resources/PDF conversion to SVG: Difference between revisions
Content deleted Content added
→Online conversion with misc2svg: fonts to paths |
|||
Line 29:
====Conversion with PDF2SVG====
Some versions of Inkscape do not have PDF support compiled in. In that case you might try conversion with the PDF2SVG command line tool. (It depends on [[Poppler (software)|Poppler]]
#Get PDF2SVG from http://www.cityinthesky.co.uk/pdf2svg.html and compile it. If you are using Linux or FreeBSD or MacPorts, PDF2SVG might also be installable
#Convert the PDF with <tt>pdf2svg file.pdf file.svg</tt>
#If necessary use Inkscape to edit the resulting SVG.
|