Skip to main content

Copy to Clipboard

How to Enable Copying Content to System Clipboard (Other Systems)

From a security perspective, copying content to other systems is the same as downloading. If users are allowed to copy content to other systems, they should also be allowed to download. Each time the business system requests document online editing, the Document Platform will require the business system to provide meta information. If this editing session needs to provide this functionality, the business system needs to specify in the meta information that this editing session allows download or copying.

If the permissions.copy attribute is not set or is set to false, the permissions.download attribute needs to be checked. If the document has download permission, users can copy content externally. If the document does not have download permission, users cannot copy content externally.

If the permissions.copy attribute is set to true, users can copy content externally (regardless of whether the document has download permission).

"permissions": {
"download": false,
"copy": true
}
"permissions": {
"download": true
}