Skip to main content

to_csv

Function to_csv 

Source
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.