Wikipedia:Graphics Lab/Resources/PDF conversion to SVG: Difference between revisions
Content deleted Content added
→Conversion with pdf2svg: adding more detail |
AFBorchert (talk | contribs) 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''':
## '''Windows''':
#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.
|