Hi,
I implemented the following settings to set a password so that the PDF cannot be edited.
It seems OK, but PRINT is protected also.
What was wrong?
Could someone provide me with some advice, please?
"assetID": "XXXXXXXXXXXXXXXXXX",
"passwordProtection": {
"ownerPassword": "123456"
},
"encryptionAlgorithm": "AES_128",
"contentToEncrypt": "ALL_CONTENT",
"permissions": [
"PRINT_HIGH_QUALITY",
"EDIT_CONTENT"
],
"notifiers": [
{
"type": "CALLBACK",
"data": {
"headers": {
"x-api-key": "dummykey",
"access-token": "dummytoken"
}
}
}
]
}