Skip to content
This repository has been archived by the owner on Jun 21, 2021. It is now read-only.

Latest commit

 

History

History
22 lines (16 loc) · 565 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 565 Bytes

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 svgpdf

Converting 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-location

Help with development

Found a bug? Want to help? You can: