pub fn to_json_string(doc: &PdfDocument) -> Result<String, EdgePdfError>Expand description
Serialize a PdfDocument to a JSON string.
§Errors
Returns EdgePdfError::OutputError if serialization fails.
pub fn to_json_string(doc: &PdfDocument) -> Result<String, EdgePdfError>Serialize a PdfDocument to a JSON string.
Returns EdgePdfError::OutputError if serialization fails.