pub fn export_annotated_from_bytes(
doc: &dyn DocumentSource,
pdf_bytes: Vec<u8>,
request: AnnotatedExport<'_>,
) -> Result<Vec<ExportArtifact>, TypstExportError>Expand description
Export annotated slides from an already-open document and source PDF bytes.