svgpdf
v1.0.1
Published
A simple CLI to make PDF files from SVGs
Downloads
26
Readme
Transform SVGs into PDFs
Take SVG files and make them PDFs using the terminal.
Installing
Make sure you have NodeJS installed. Then install svgpdf
$ sudo npm install -g svgpdfConverting a folder of SVG files
Generates a PDF file for each file with the .svg extension for an entire folder. It ignores files that does not have the .svg extension.
$ svgpdf -f ./folder-locationHelp with development
Found a bug? Want to help? You can:
- Open an issue
- Make a pull request
