pdf-doc 0.1.0

Create a writing document and save to PDF with Rust.
docs.rs failed to build pdf-doc-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

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