uDocumentViewer
Documents.fb2

FB2 viewer

ready
About FB2

FictionBook XML-based ebook.

FB2 (FictionBook) is a single XML file containing an entire book — title-info, sections, poetry, citations, and base64-encoded images all in one. This viewer parses it natively with DOMParser, transforms FB2 markup (sections, epigraphs, poems, stanzas) into clean HTML, decodes embedded binaries into blob URLs, and renders the book with Fraunces display type, indented paragraphs, and an electric-green chapter rail. Handles both UTF-8 and legacy windows-1251 encodings.

FAQ
What is a FB2 file?
FB2 is a Russian-origin ebook format — a single XML file with the entire book inside. We parse it directly with DOMParser and apply editorial typography.
Is my file uploaded?
No. Files are opened entirely in your browser using local JavaScript and WebAssembly. Nothing is sent to a server.
Does it work on mobile?
Yes. The viewer is mobile-first and works on phones, tablets, and desktops.
More Documents