pub fn to_markdown(doc: &PdfDocument) -> Result<String, EdgePdfError>Expand description
Generate Markdown representation of a PdfDocument.
§Errors
Returns EdgePdfError::OutputError on write failures.
pub fn to_markdown(doc: &PdfDocument) -> Result<String, EdgePdfError>Generate Markdown representation of a PdfDocument.
Returns EdgePdfError::OutputError on write failures.