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

Content deleted Content added
Conversion with pdf2svg: adding more detail
misplaced “-y” option removed from apt-get – there is no necessity to run these command non-interactively
Line 37:
 
#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''': useUse <tt>sudo apt-get update -y</tt> followed by <tt>sudo apt-get install -y pdf2svg</tt>.
## '''Windows''': binariesBinaries can be downloaded from [https://github.com/jalios/pdf2svg-windows here].
#Convert the first page of a PDF file 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>. This generates output files ''output-00.svg'', ''output-01.svg'', etc. where the pattern "%02d" is replaced by the respective two-digit page numbers.
#If necessary use Inkscape to edit the resulting SVG.