Parameters for removing protection from PDF using RemoveProtectionJob.

Implements

Constructors

Properties

Accessors

Constructors

  • Constructs a new RemoveProtectionParams instance.

    Parameters

    • params: {
          password: string;
      }

      The parameters for constructing a RemoveProtectionParams instance.

      • password: string

        The password to be used for removing security/permissions from a PDF file. Cannot be undefined.

    Returns RemoveProtectionParams

Properties

_password: string

Accessors

  • get password(): string
  • Returns the password to be used for removing security/permissions from a PDF file.

    Returns string

    The password.

Generated using TypeDoc