Wikipedia:Graphics Lab/Resources/PDF conversion to SVG: Difference between revisions

Content deleted Content added
Conversion with pdf2svg: this also works on Debian and Chromebooks with Linux support
Trikkiboy (talk | contribs)
No edit summary
Line 42:
<tt>dvisvgm --pdf --output=file.svg file.pdf</tt>
 
If you want to make your SVG smaller, you can add <tt>--optimize=all</tt> to <tt>dvisvgm</tt> and additionally run the resulting SVG through [https://github.com/RazrFalcon/svgcleaner svgcleaner] to further shrink the file without perceptual quality loss. The main drawback is that <tt>dvisvgm</tt> cannot embed fonts from PDF, it can only convert them to paths.
 
==== Convert a multiple page pdf to svg ====