pdf-canvas

Crates.iopdf-canvas
lib.rspdf-canvas
version0.7.0
sourcesrc
created_at2017-02-14 22:29:10.039322
updated_at2022-02-07 20:16:05.439151
descriptionGenerate PDF files in pure Rust. Currently, simple vector graphics and text set in the 14 built-in fonts are supported.
homepage
repositoryhttps://github.com/kaj/rust-pdf
max_upload_size
id8519
size737,802
Rasmus Kaj (kaj)

documentation

https://docs.rs/pdf-canvas

README

pdf-canvas

A pure rust library for generating PDF files. Currently, simple vector graphics and text set in the 14 built-in fonts are supported.

Build Status Crate Build status

To use this library, add it as a dependency in your Cargo.toml:

[dependencies]
pdf-canvas = "*"

The API is still very alpha, usage may change. Some examples, that should work with the version containing them, can be found in the examples directory. Read the API documentation for the pdf-canvas crate. A larger example of a program using this crate is chord3, a chopro formatter.

Commit count: 164

cargo fmt