Wikipedia:Graphics Lab/Resources/PDF conversion to SVG: Difference between revisions
Content deleted Content added
No edit summary |
m Bot: Fixing lint errors, replacing obsolete HTML tags: <tt> (10x) Tag: Fixed lint errors |
||
Line 37:
==== Conversion with dvisvgm ====
Large and complex PDFs such as some of the maps from the USGS are sometimes difficult for PDF2SVG or Inkscape to convert. For PDFs that are not able to be converted by these tools, <
To convert a PDF to SVG with dvisvgm, run the following command:
<
If you want to make your SVG smaller, you can add <
==== Convert a multiple page pdf to svg ====
Line 51:
#Get pdf2svg from [[Github]] [https://github.com/dawbarton/pdf2svg here], additional info [http://www.cityinthesky.co.uk/opensource/pdf2svg/ here]. If you are using Windows, Linux or FreeBSD or OSX, pdf2svg is installable via the package installer.
## '''Ubuntu/Debian/Chromebook with Linux support''': Use <
## '''Windows''': Binaries can be downloaded from [https://github.com/jalios/pdf2svg-windows here].
To convert a pdf:
#Convert the first page of a PDF file with <
#If necessary use Inkscape to edit the resulting SVG.
|