Skip to content

kaj/rust-pdf

This branch is 162 commits ahead of SimonSapin/rust-pdf:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

71680d6 · Feb 7, 2022
Sep 27, 2015
Jul 14, 2018
Feb 7, 2022
Jul 13, 2018
Aug 27, 2016
May 8, 2019
Feb 7, 2022
Feb 7, 2022
Jul 14, 2018
Jul 13, 2018
Feb 14, 2017
Jul 13, 2018

Repository files navigation

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.

About

Generating PDF files in pure Rust

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 98.0%
  • HTML 1.2%
  • Shell 0.8%