I try to enable the PDF Commenting/Editing mode with ONLYOFFICE 7.5.
But if I try to save the document, I get the following message:
I guess i set some parameters wrong but can not figure out which.
My configuration looks like this:
{
"documentType": "word",
"token": "xxx",
"document": {
"fileType": "pdf",
"key": "xxx",
"title": "xxx",
"url": "xxx",
"permissions": {
"download": true,
"edit": false,
"comment": true,
"print": true,
"review": false,
"fillForms": false,
"rename": false,
"changeHistory": false,
"modifyFilter": false,
"modifyContentControl": false
},
"token": "xxx"
},
"editorConfig": {
"callbackUrl": "xxx",
"createUrl": null,
"lang": "en",
"mode": "edit",
"user": {
"id": "xxx",
"name": "xxx"
},
},
}
I also try multiple other combinations but without any success.
What is the correct parameter combination to support saving pdf comments?
Best regards
Uli