Skip to main content

to_markdown

Function to_markdown 

Source
pub fn to_markdown(doc: &PdfDocument) -> Result<String, EdgePdfError>
Expand description

Generate Markdown representation of a PdfDocument.

§Errors

Returns EdgePdfError::OutputError on write failures.