pub fn config_to_json(config: &ProcessingConfig) -> Result<String, EdgePdfError>Expand description
Serialize a ProcessingConfig to a pretty-printed JSON string.
§Errors
Returns EdgePdfError::OutputError on serialization failure.
pub fn config_to_json(config: &ProcessingConfig) -> Result<String, EdgePdfError>Serialize a ProcessingConfig to a pretty-printed JSON string.
Returns EdgePdfError::OutputError on serialization failure.