Settings
Protects a document using a watermark.
Plugin type: non-visual, system.
Supported editors: documents, spreadsheets, presentations.
Download this plugin from GitHub and install it following the
desktop, on-premises,
or cloud installation instructions.
- After adding the plugin to the editor, just reopen the document. A watermark will be displayed.
Repository on GitHub: https://github.com/ONLYOFFICE/sdkjs-plugins/tree/master/settings.
- config.json, index.html, and code.js
{
"name" : "settings",
"guid" : "asc.{CF3A000F-C6B4-451D-AC0B-F3DDAB1880D2}",
"baseUrl" : "",
"variations" : [
{
"description" : "settings",
"url" : "index.html",
"isViewer" : true,
"EditorsSupport" : [ "word", "cell", "slide" ],
"isSystem" : true,
"isVisual" : false,
"initDataType" : "none",
"initData" : "",
"buttons" : []
}
]
}
If you want to request a feature or report a bug regarding this plugin, use the issues section on GitHub.