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.
pub fn to_text(doc: &PdfDocument) -> Result<String, EdgePdfError>Generate plain text representation of a PdfDocument.
Returns EdgePdfError::OutputError on write failures.