Crates.io | pdf-doc |
lib.rs | pdf-doc |
version | 0.1.2 |
source | src |
created_at | 2024-07-25 19:32:04.460482 |
updated_at | 2024-07-25 21:06:41.065758 |
description | Create a writing document and save to PDF with Rust. |
homepage | |
repository | https://github.com/rana/pdf-doc |
max_upload_size | |
id | 1315375 |
size | 85,363 |
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.
Install clang++
for the skia-safe crate dependency.
On Linux
sudo apt update
sudo apt install -y clang
clang++ --version