svg2pdf

Crates.iosvg2pdf
lib.rssvg2pdf
version0.11.0
sourcesrc
created_at2021-12-06 23:02:25.586347
updated_at2024-06-01 16:39:47.700528
descriptionConvert SVG files to PDFs.
homepage
repositoryhttps://github.com/typst/svg2pdf
max_upload_size
id493439
size197,662
Laurenz (laurmaedje)

documentation

README

svg2pdf

Build status Current crates.io release Documentation

Convert SVG files to PDFs.

This crate allows to convert static (i.e. non-interactive) SVG files to either standalone PDF files or Form XObjects that can be embedded in another PDF file and used just like images.

See the documentation for a more detailed description, including which features are supported and which are not, as well as for examples on how to use this library.

CLI

This crate also contains a command line interface. Install it by running the command below:

cargo install svg2pdf-cli

You can then convert SVGs to PDFs by running commands like these:

svg2pdf your.svg

Contributing

We are looking forward to receiving your bugs and feature requests in the Issues tab. We would also be very happy to accept PRs for bug fixes, features, or refactorings! We'd be happy to assist you with your PR's, so feel free to post Work in Progress PRs if marked as such. Please be kind to the maintainers and other contributors. If you feel that there are any problems, please feel free to reach out to us privately.

Thanks to each and every prospective contributor for the effort you (plan to) invest in this project and for adopting it!

License

svg2pdf is licensed under a MIT / Apache 2.0 dual license.

Users and consumers of the library may choose which of those licenses they want to apply whereas contributors have to accept that their code is in compliance and distributed under the terms of both of these licenses.

Commit count: 117

cargo fmt