Feature

Preview

Preview the final output in print layout and proceed directly to print or save as PDF.

toolbar: preview

Monthly Operations Report

May 2026 · Author: Operations Team

Summary

Active users increased by 12.4% compared to last month, and average session duration improved to 4 minutes 12 seconds.

You can print or save as PDF directly from the preview window.

Configuration

mode: classic · 1 button
var config = Object.assign(synapEditorConfig, {
    'editor.license': synapEditorLicense,
    'editor.lang': 'en',
    'editor.toolbar': [
        'new', '|',
        'preview'
    ],
    'editor.menu.show': false
});

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