Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fschutt authored Nov 16, 2024
1 parent 0cec493 commit 541b888
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@

`printpdf` is a Rust library for creating PDF documents.

[Crates.io](https://crates.io/crates/printpdf) | [Documentation](https://docs.rs/printpdf) | [Donate to this project](https://github.com/sponsors/fschutt)
[Website](https://fschutt.github.io/printpdf) | [Crates.io](https://crates.io/crates/printpdf) | [Documentation](https://docs.rs/printpdf) | [Donate](https://github.com/sponsors/fschutt)

> [!IMPORTANT]
> HTML-to-PDF rendering is still experimental and WIP.
> In doubt, position PDF elements manually instead.
## Features

Expand All @@ -22,6 +26,8 @@ Currently, printpdf can only write documents, not read them.
- Advanced typography - character / word scaling and spacing, superscript, subscript, etc.
- Embedding SVGs (uses `svg2pdf` crate internally)

See the WASM32 demo live at: https://fschutt.github.io/printpdf

## Writing PDF

### Basic example
Expand Down

0 comments on commit 541b888

Please sign in to comment.