Editor Mode

Document mode

Displays content in A4 page units with headers, footers, margins, and page numbers — optimized for print output.

mode: document paginated

Document Mode

Edit in paginated A4 paper format.

1. Overview

Document mode displays content in A4 page format, designed to work in the same layout as the printed output.

2. Key Features

  • Standard paper sizes including A4 and Letter
  • Adjust margins and indentation directly from the ruler
  • Automatic page numbers, headers, and footers
  • Output that matches print preview 1:1

3. Use Cases

Ideal for documents where print and PDF output matter: official documents, reports, contracts, and manuals.

Configuration

mode: document
var config = Object.assign(synapEditorConfig, {
    'editor.license': synapEditorLicense,
    'editor.lang': 'en',
    'editor.type': 'document'
});

// Create editor instance
var editor = new SynapEditor('synapEditor', config, initialHtml);