Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Printing is unintentionally being prevented.

New Here ,
Apr 15, 2025 Apr 15, 2025

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": {
            "url": "https://dummy.callback.org/",
            "headers": {
                "x-api-key": "dummykey",
                "access-token": "dummytoken"
                }
            }
        }
        ]
}

 

31
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
no replies

Have something to add?

Join the conversation
Resources