typst_pdf

Function pdf

source
pub fn pdf(
    document: &Document,
    options: &PdfOptions<'_>,
) -> SourceResult<Vec<u8>>
Expand description

Export a document into a PDF file.

Returns the raw bytes making up the PDF file.