pdf-doc

Crates.iopdf-doc
lib.rspdf-doc
version0.1.2
sourcesrc
created_at2024-07-25 19:32:04.460482
updated_at2024-07-25 21:06:41.065758
descriptionCreate a writing document and save to PDF with Rust.
homepage
repositoryhttps://github.com/rana/pdf-doc
max_upload_size
id1315375
size85,363
Rana Ian (rana)

documentation

https://docs.rs/pdf-doc

README

pdf-doc

Create a writing document and save to PDF with Rust.

A minimal library.

Model a writing document with formatting options.

Slightly modeled after Google Docs or Microsoft Word.

Save to PDF or JSON.

Reads JSON documents only.

Prerequisites

Install clang++ for the skia-safe crate dependency.

On Linux

sudo apt update
sudo apt install -y clang
clang++ --version
Commit count: 0

cargo fmt