PricingBlog
Log inStart free
Getting Started
  • What is Donum?
  • Quick Start
  • Key Concepts
  • FAQ
Building Reports
  • Canvas & Grid
  • Tiles & Elements
  • Themes & Design System
  • Typography System
  • Data Connectors
  • Exporting Reports
File Formats
  • Overview
  • .dnm FormatNew
  • ↳ What is .dnm?
  • ↳ File Variants
  • ↳ Internal Structure
  • ↳ Schema Reference
  • ↳ Import & Export
  • ↳ Security Model
  • PDF Export
  • PPTX Export
  • JSON Schema (raw)
Collaboration
  • Sharing Reports
  • Client Portals
  • Approval Workflows
Automation & Cadence
  • Recurring Reports
  • Data Refresh
  • Webhooks
Enterprise
  • Row Level Security
  • SSO & Identity
  • Audit & Compliance
  • .dnm at Scale
API Reference
  • Authentication
  • Reports API
  • .dnm Import API
  • .dnm Export API
  • Webhooks Reference
Support · hello@donum.realmrook.com
Docs/File Formats

File Formats

Donum reports can be exported and shared in multiple formats. Each format has different trade-offs between portability, fidelity, and feature support. The native .dnm format is the only lossless, fully reversible format — all others are one-way renders.

FormatPortableLosslessDataEnterpriseEditable
.dnmRecommended
OptionalDocs
PDF
Docs
PPTX
PartialDocs
JSON Schema
Docs
.dnm
Native Donum Archive
Recommended

The native, portable format for Donum reports. A ZIP archive containing structured JSON — layout, theme, data schema, audit log, permissions, cadence, and version history. Everything your report will ever need, in one file.

View documentation
PDF
Universal Static Export

A fixed-layout print-ready document. Perfect for delivery to recipients who need a static snapshot. No live data, no interactivity — just pixels on a page.

View documentation
PPTX
PowerPoint Presentation

Export slides for use in PowerPoint or Google Slides. Each report page becomes a slide. Partial fidelity — complex chart tiles may be rasterized.

View documentation
JSON Schema
Raw Machine-Readable Schema

The raw JSON Schema definitions for all .dnm internal files. Use this for validation, code generation, or integrating the .dnm format into your own toolchain.

View documentation
← Exporting Reports.dnm Format Reference →