uDocumentViewer
Documents.odt

ODT viewer

ready
About ODT

OpenDocument Text (LibreOffice Writer).

ODT is the OpenDocument Text format used by LibreOffice Writer, OpenOffice, and the OpenDocument family. It's a ZIP archive containing content.xml (the document body), styles.xml, and any embedded images under Pictures/. This viewer unpacks the archive with JSZip, parses content.xml with the browser's DOMParser, and renders headings, paragraphs, lists, tables, and inline images directly in a clean reading frame. The raw content.xml is one click away for inspection. Everything happens client-side; nothing is uploaded.

FAQ
How accurate is the rendering?
Structure (headings, lists, tables, embedded images, links) is preserved. Fine typographic styling — exact font choices, colour fills, page geometry — is intentionally normalised to the site's editorial type. Open the .odt in LibreOffice for pixel-perfect fidelity.
Are embedded images shown?
Yes. Pictures stored under Pictures/ in the archive are extracted into in-memory blob URLs and shown inline.
Is my file uploaded?
No. The .odt is unpacked and parsed entirely in your browser. Nothing is sent to any server.
More Documents