Convert PDF to clean SVG?
pdf, svg
Solution
Inkscape is used by many people on Wikipedia to convert PDF to SVG.
http://inkscape.org/
They even have a handy guide on how to do so!
http://en.wikipedia.org/wiki/Wikipedia:Graphic_Lab/Resources/PDF_conversion_to_SVG#Conversion_with_Inkscape
Problem
I'm attempting to convert a PDF to SVG. However, the one I am using currently maps a path for every letter in every piece of text, meaning if I change the text in its source file, it looks ugly. I was wondering what the cleanest PDF to SVG converter is, hopefully one that doesn't have a path for it's text areas that simply don't need one. As we know, PDF and SVG are fairly similar, so I assume there's some good converters out there.
Related problems
- How to prevent my PDF to SVG conversion code from generating bloated content?
- Splitting a PDF with Ghostscript
- How to change the value of XML Element attribute using PowerShell?
- How can I pad a value with leading zeros?
- How to output numbers with leading zeros in JavaScript?
- How can you find and replace text in a file using the Windows command-line environment?
- Changing tag data in an XML file using windows batch file
- Hidden features of Windows batch files