Skip to content

Commit

Permalink
Add genpdf link and donation info to README
Browse files Browse the repository at this point in the history
  • Loading branch information
fschutt authored Feb 26, 2021
1 parent cb17ab3 commit 097defa
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Travis CI](https://travis-ci.org/fschutt/printpdf.svg?branch=master)](https://travis-ci.org/fschutt/printpdf) [![Appveyor](https://ci.appveyor.com/api/projects/status/2ioc0wopm5a8ixgm?svg=true)](https://ci.appveyor.com/project/fschutt/printpdf)

`printpdf` is a library designed for creating printable PDF documents.
`printpdf` is a library designed for creating printable PDF documents.

[Crates.io](https://crates.io/crates/printpdf) | [Documentation](https://docs.rs/printpdf)

Expand All @@ -24,6 +24,9 @@ Currently, printpdf can only create new documents and write them, it cannot load
- Advanced typography - character scaling, character spacing, superscript, subscript, outlining, etc.
- PDF layers (you should be able to open the PDF in Illustrator and have the layers appear)

Note: `printpdf` only implements the PDF spec, nothing more. If you more high-level PDF generation,
take a look at [`genpdf`](https://crates.io/crates/genpdf), which is built on top of `printpdf`

## Getting started

### Writing PDF
Expand Down Expand Up @@ -327,3 +330,9 @@ Here are some resources I found while working on this library:
[PDF X/1-a Validator](https://www.pdf-online.com/osa/validate.aspx)

[PDF X/3 technical notes](http://www.pdfxreport.com/lib/exe/fetch.php?media=en:technote_pdfx_checks.pdf)

## Donate

- Bitcoin: 3DkYz32P77Bfv93wPgV66vs1vrUwgStcZU
- Bitcoin Cash: 1QAi8xVB4nRtkaxTAXbzGHmg6nxuuezuYk
- Ethereum: 0xb9960F9970b659056B03CB0241490aDA83A73CEa

0 comments on commit 097defa

Please sign in to comment.