Skip to content

Commit

Permalink
Merge branch 'develop' into devsecops
Browse files Browse the repository at this point in the history
  • Loading branch information
aleks-ivanov committed Jan 13, 2025
2 parents 17716dc + 1655648 commit 8265e47
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions itext/itext.kernel/itext/kernel/pdf/EncryptionConstants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,31 +54,31 @@ private EncryptionConstants() {
/// <summary>Add this to the mode to keep the metadata in clear text.</summary>
public const int DO_NOT_ENCRYPT_METADATA = 8;

/// <summary>Add this to the mode to keep encrypt only the embedded files.</summary>
/// <summary>Add this to the mode to encrypt only the embedded files.</summary>
public const int EMBEDDED_FILES_ONLY = 24;

/// <summary>The operation permitted when the document is opened with the user password.</summary>
/// <summary>The operation is permitted when the document is opened with the user password.</summary>
public const int ALLOW_PRINTING = 4 + 2048;

/// <summary>The operation permitted when the document is opened with the user password.</summary>
/// <summary>The operation is permitted when the document is opened with the user password.</summary>
public const int ALLOW_MODIFY_CONTENTS = 8;

/// <summary>The operation permitted when the document is opened with the user password.</summary>
/// <summary>The operation is permitted when the document is opened with the user password.</summary>
public const int ALLOW_COPY = 16;

/// <summary>The operation permitted when the document is opened with the user password.</summary>
/// <summary>The operation is permitted when the document is opened with the user password.</summary>
public const int ALLOW_MODIFY_ANNOTATIONS = 32;

/// <summary>The operation permitted when the document is opened with the user password.</summary>
/// <summary>The operation is permitted when the document is opened with the user password.</summary>
public const int ALLOW_FILL_IN = 256;

/// <summary>The operation permitted when the document is opened with the user password.</summary>
/// <summary>The operation is permitted when the document is opened with the user password.</summary>
public const int ALLOW_SCREENREADERS = 512;

/// <summary>The operation permitted when the document is opened with the user password.</summary>
/// <summary>The operation is permitted when the document is opened with the user password.</summary>
public const int ALLOW_ASSEMBLY = 1024;

/// <summary>The operation permitted when the document is opened with the user password.</summary>
/// <summary>The operation is permitted when the document is opened with the user password.</summary>
public const int ALLOW_DEGRADED_PRINTING = 4;

//\cond DO_NOT_DOCUMENT
Expand Down
2 changes: 1 addition & 1 deletion port-hash
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7714ab763d626f7e2eb71126c9d8c5916228a64e
86e2d518cf3bf4ca60842b4e1084a7f57db35fba

0 comments on commit 8265e47

Please sign in to comment.