Skip to main content

How to Add or Remove Download and Print Menu

The ability to download, export PDF, and print can be controlled by the business system to determine whether users can use these features. 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 print.

"permissions": {
"download": true,
"print": true
}