The distinction between structural formats (like DOCX, EPUB) and fixed-layout formats (like PDF, XPS) is the fundamental dichotomy of document engineering.
Fixed-Layout Architectures
Formats designed to preserve absolute coordinates, typography, and visual fidelity across all rendering contexts.
- PDF (Portable Document Format): The industry standard. ISO 32000.
- XPS (XML Paper Specification): Microsoft's fixed-layout format, utilizing XAML.
- PostScript: The legacy page description language.
Reflowable / Structural Architectures
Formats that separate content from presentation, allowing the rendering engine to calculate layout dynamically.
- DOCX (Office Open XML): ECMA-376 standard. A zipped collection of XML structures.
- EPUB (Electronic Publication): W3C standard for reflowable text based on HTML5 and CSS.
- Markdown: Lightweight markup for semantic structuring.