Skip to content

0.1.0-rc1

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 09 Aug 09:35
e7ef7c2

roc-pdf 0.1.0-rc1

This early-development release candidate exposes the usable public Pdf
facade for deterministic PDF 2.0 generation under Pdf.Profile.Standard.
Pdf.to_bytes supports the built-in single-face authoring path for titles,
headings, paragraphs, and bulleted lists.

This is not a PDF/A-4 or PDF/UA-2 release. Archive and
AccessibleArchive remain unavailable and return structured capability errors;
they are never silently downgraded. The current public multi-face, full bidi,
and case-mapping boundaries are also incomplete. Do not claim archival or
accessibility conformance from this release candidate.

Pdf.to_chunks is not yet a usable authored-document delivery path. Use
Pdf.to_bytes for nonblank documents in this release candidate.

The bundle is validated with the repository's pinned official Roc nightly and
dev-backend test suite, then by compiling the public facade example against the
served bundle. The workflow never provisions a locally patched compiler.