uDocumentViewer
Documents.hwpx

HWPX viewer

ready
About HWPX

Modern XML-based Hangul format.

HWPX (OWPML) is Hancom's XML-based update to HWP, mirroring OOXML's approach: a ZIP container of XML parts under Contents/section*.xml, with metadata, headers, and styles alongside. We unpack the ZIP with JSZip and extract the textual <hp:t> runs from each section. Page geometry, tables, and inline shapes aren't laid out — we focus on getting the readable text in front of you.

FAQ
What does this viewer actually render?
Each Contents/section*.xml is parsed and its <hp:t> text runs are surfaced as a paginated text reader, one section per page. Tables, inline images, equations, and exact page layout are not reconstructed.
Why does my document look unformatted?
HWPX stores style info separately (styles.xml, header.xml). For full fidelity, open the file in Hancom Office, LibreOffice, or Polaris Office. This viewer is for previewing content quickly without a full renderer.
Is my file uploaded?
No. The HWPX file is unpacked entirely in your browser using local JavaScript. Nothing is sent to a server.
Does it work on mobile?
Yes. The reader is mobile-first, with the section list collapsing into an off-canvas drawer on narrow screens.
More Documents