Nutrient Web SDK

ReferencePasswordRequiredInfo

Interface PasswordRequiredInfo

Information about why the SDK is asking for a password.

Interface

Properties

"Standard" | "Dedicon"

The PDF encryption filter that triggered the prompt:

  • 'Standard' — the document uses standard PDF password encryption.
  • 'Dedicon' — the document uses the Dedicon encryption filter, which resolves to a standard PDF password derived from the embedded XML in metadata.

Additional filter names may be added in the future as the SDK grows support for more password-derivation schemes.

string | null

Filter-specific payload extracted from the encryption dictionary, when one is present. For Dedicon documents this is the embedded XML blob that customers can use to look up the actual password.