Skip to content

Instantly share code, notes, and snippets.

@igorbrigadir
Created August 18, 2014 10:43
Show Gist options
  • Save igorbrigadir/bbc895391aa9a6aaef3a to your computer and use it in GitHub Desktop.
Save igorbrigadir/bbc895391aa9a6aaef3a to your computer and use it in GitHub Desktop.
PDF to SVG
pdftk src.pdf burst
for f in pg_*.pdf; do pdftocairo -svg $f; done
inkscape --without-gui --file=pg_0001.svg --export-plain-svg=pg1.svg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment