Take SVG files and make them PDFs using the terminal.
Make sure you have NodeJS installed. Then install svgpdf
$ sudo npm install -g svgpdf
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-location
Found a bug? Want to help? You can:
- Open an issue
- Make a pull request