Packages

Typographic-quality PDF generation with no runtime dependencies. TeX hyphenation, Knuth-Plass line breaking, TrueType/OpenType embedding with subsetting, tables, forms, AES-256 encryption, and verified PDF/UA and PDF/A output.

Current section

Files

Jump to
tincture priv showcase feature_tour.md
Raw

priv/showcase/feature_tour.md

# Tincture Feature Tour
Tincture turns structured content into print-ready PDF with predictable layout.
## Capabilities
- Precision positioning and vector drawing
- Rich text with configurable line breaking
- Multi-page templates, tables, and bookmarks
Use [release notes](https://example.com/releases) to track each milestone.
```elixir
pdf =
Tincture.new()
|> Tincture.page_size(:letter)
|> Tincture.add_page()
```
## Why This Matters
The same rendering pipeline powers one-page flyers, invoices, statements, and long-form reports.