Skip to main content

Crate oxidoc_print

Crate oxidoc_print 

Source
Expand description

§oxidoc-print

PDF rendering pipeline for the Oxidoc documentation engine.

Converts RDX AST to publication-quality PDFs via the oxipdf rendering engine. Supports configurable typography, system font discovery, and debug visualization.

Modules§

config
error
fonts
render_utils
renderer
styles

Functions§

render_file_to_pdf
Parse an RDX file and apply the print transform pipeline, then render to PDF.
render_to_pdf
Render an RDX document to PDF bytes.