pdf 0.3.0

Generating PDF files in pure Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# rust-pdf
A pure rust library for generating PDF files.

[![Build Status](https://travis-ci.org/kaj/rust-pdf.svg?branch=master)]
(https://travis-ci.org/kaj/rust-pdf)

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

    [dependencies]
    pdf = "*"

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.