You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a user, I want to have a well-defined way how to read and write user access permissions in the context of the Standard Encryption Dictionary (Section 7.6.3.2 in 1.7 specs; also "Table 21 – Additional encryption dictionary entries for the standard security handler").
The user access permissions ("Table 22 – User access permissions" of the 1.7 specs) should be exposed as a property with the value constants.UserAccessPermissions on the reader. In that context, the decode_permissions should get deprecated.
MartinThoma
changed the title
MAINT: Introduce a property 'user_access_permissions'
MAINT: Introduce a PdfReader property 'user_access_permissions'
Jan 6, 2024
As a user, I want to have a well-defined way how to read and write user access permissions in the context of the Standard Encryption Dictionary (Section 7.6.3.2 in 1.7 specs; also "Table 21 – Additional encryption dictionary entries for the standard security handler").
The user access permissions ("Table 22 – User access permissions" of the 1.7 specs) should be exposed as a property with the value
constants.UserAccessPermissions
on the reader. In that context, thedecode_permissions
should get deprecated.See #2391.
The text was updated successfully, but these errors were encountered: