pub fn to_csv(doc: &PdfDocument) -> Result<String, EdgePdfError>Expand description
Generate CSV representation of a PdfDocument.
Each table becomes a block of CSV rows. Non-table text appears as single-column entries separated by blank lines between tables.
§Errors
Returns EdgePdfError::OutputError on failures.