https://github.com/tuananh/svg2pdf
svg2pdf
https://github.com/tuananh/svg2pdf
dfs libcairo librsvg pdf svg
Last synced: 11 months ago
JSON representation
svg2pdf
- Host: GitHub
- URL: https://github.com/tuananh/svg2pdf
- Owner: tuananh
- Created: 2017-12-25T04:10:27.000Z (over 8 years ago)
- Default Branch: develop
- Last Pushed: 2017-12-25T14:20:37.000Z (over 8 years ago)
- Last Synced: 2025-01-24T16:28:52.810Z (over 1 year ago)
- Topics: dfs, libcairo, librsvg, pdf, svg
- Language: C
- Size: 2.93 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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