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

A simple CLI to make PDF files from SVGs

Notifications You must be signed in to change notification settings

mateusnroll/svgpdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

A simple CLI to make PDF files from SVGs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published