Skip to main content

Manage PDF Password

Manage the PDF file's password settings

File

  • File Path: The full path of the PDF file to be read
    • Type: System.String
    • Required
  • New Owner Password: The owner (or master) password to set on the selected file,if any. This password is used to set certain document restrictions, like printing, commenting etc.
    • Type: System.String
  • New User Password: The user password to set on the selected file, if any. This password will be required to open the document for viewing.
    • Type: System.String
  • Old Owner Password: The existing owner (or master) password of the selected file, if any. This password is used to modify certain document restrictions, like printing commenting, etc.
    • Type: System.String
  • Old User Password: The existing user password of the selected file, if any. This password is required to open the document for viewing.
    • Type: System.String
  • Output File Path: The resulting PDF is saved in this given path. If exists, the file is overwritten.
    • Type: System.String
    • Required