An open API service indexing awesome lists of open source software.

https://github.com/tuananh/svg2pdf

svg2pdf
https://github.com/tuananh/svg2pdf

dfs libcairo librsvg pdf svg

Last synced: 11 months ago
JSON representation

svg2pdf

Awesome Lists containing this project

README

          

svg2pdf
-------

> converting SVG to PDF command line utility

### Requirements

- librsvg2-bin
- libcairo2-dev

### Usage

svg2pdf input_file.svg output_file.pdf

### Development

You can use `Dockerfile` to test without the need to install requirements on
your development machine.

$ docker build -t svg2pdf .
$ docker run -it svg2pdf sh