Last active
March 9, 2018 19:57
-
-
Save lucianovalenca/0449525df587fd150e102fd7f326d2d8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://github.com/dawbarton/pdf2svg | |
| http://www.cityinthesky.co.uk/opensource/pdf2svg/ | |
| ## Install | |
| Ubuntu: | |
| ```sudo apt-get install pdf2svg``` | |
| ## Usage | |
| ```ppdf2svg <input.pdf> <output.svg> [<page no of pdf or "all">]``` | |
| or | |
| ```pdf2svg input.pdf output_page%d.svg all``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment