Expand description
Bounded Flat OPC (Open XML package serialized as one XML document).
Flat OPC stores the parts of a DOCX/XLSX/PPTX package as pkg:part
elements. This adapter reconstructs an in-memory ZIP only after validating
the package namespace, part names, XML/base64 payloads and aggregate byte
limits, then delegates to the existing Office Open XML renderers.