Wikipedia:Graphics Lab/Resources/PDF conversion to SVG: Difference between revisions
Content deleted Content added
Added dvisvgm tool |
→Conversion with PDF2SVG: added command for converting pdfs with multiple pages |
||
Line 37:
#Get PDF2SVG from http://www.cityinthesky.co.uk/opensource/pdf2svg/ and compile it. If you are using Linux or FreeBSD or MacPorts, PDF2SVG might also be installable via the package installer.
#Convert the PDF with <tt>pdf2svg file.pdf file.svg</tt>, to extract all pages of a multiple page pdf use <tt>pdf2svg file.pdf output-%02d.svg all</tt>
#If necessary use Inkscape to edit the resulting SVG.
|