pub fn project_docx<F>(
bytes: &[u8],
limits: DocxLimits,
allocate_id: F,
) -> Result<DocumentProjection, ProjectionError>Expand description
Projects a bounded DOCX package using default projection options.
ยงErrors
Returns ProjectionError for invalid or unsupported package input, a
resource-limit violation, or an invalid identity allocated by the caller.