Do we have Page Extration value in Password Encryption Permission enum ?
I can't find any value for Page Extraction in below list of values
permissionRequested
A Password Encryption Permission value that represents the permissions used to secure a document. These string values are valid:
PASSWORD_ALL_PERM:
All the permissions mentioned in this list.
PASSWORD_EDIT_ADD:
The permission that enables users to add form data.
PASSWORD_EDIT_ASSEMBLE:
The permission that enables users to assemble PDF documents.
PASSWORD_EDIT_COPY:
The permission that enables users to copy form data.
PASSWORD_EDIT_EXTRACT:
The permission that enables users to extract data from forms.
PASSWORD_EDIT_FORM_FILL:
The permission that enables users to fill in forms.
PASSWORD_EDIT_MODIFY:
The permission that enables the users to edit the PDF document.
PASSWORD_PRINT_HIGH:
High-resolution printing of documents is allowed.
PASSWORD_PRINT_LOW:
Low-resolution printing of documents is allowed.
PASSWORD_PRINT_NONE:
Does not allow printing of documents.