Expand description
Typst-based annotated slide export.
This module composes source PDF pages, ink annotations, whiteboard ink, and Typst text boxes into a new Typst document and exports it to PDF, SVG, or PNG.
Structs§
- Annotated
Export - Inputs for annotated export.
- Export
Artifact - A rendered export artifact.
Enums§
- Export
Format - Output format for annotated exports.
- Export
Layers - Content layers to include in the export.
- Typst
Export Error - Errors produced while composing or exporting annotated slides.
- Whiteboard
Export - Whiteboard export behavior.
Functions§
- export_
annotated - Export annotated slides.
- export_
annotated_ from_ bytes - Export annotated slides from an already-open document and source PDF bytes.