Skip to main content

export_annotated_from_bytes

Function export_annotated_from_bytes 

Source
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.