Skip to main content

to_text

Function to_text 

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

Generate plain text representation of a PdfDocument.

§Errors

Returns EdgePdfError::OutputError on write failures.