[][src]Function aldoc::save_as_pdf

pub fn save_as_pdf<T>(
    document: &Document,
    out: T,
    overwrite: bool
) -> Result<(), PdfError> where
    T: Into<PathBuf>, 

Exports a document to a PDF file via Tectonic.