Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 2.41 KB

File metadata and controls

21 lines (17 loc) · 2.41 KB

DocumentPrivilege

Represents the privileges for accessing Pdf file.

Properties

Name Type Description Notes
allow_print bool Sets the permission which allow print or not. true is allow and false or not set is forbidden. [optional]
allow_degraded_printing bool Sets the permission which allow degraded printing or not. true is allow and false or not set is forbidden. [optional]
allow_modify_contents bool Sets the permission which allow modify contents or not. true is allow and false or not set is forbidden. [optional]
allow_copy bool Sets the permission which allow copy or not. true is allow and false or not set is forbidden. [optional]
allow_modify_annotations bool Sets the permission which allow modify annotations or not. true is allow and false or not set is forbidden. [optional]
allow_fill_in bool Sets the permission which allow fill in forms or not. true is allow and false or not set is forbidden. [optional]
allow_screen_readers bool Sets the permission which allow screen readers or not. true is allow and false or not set is forbidden. [optional]
allow_assembly bool Sets the permission which allow assembly or not. true is allow and false or not set is forbidden. [optional]
print_allow_level int Sets the print level of document's privilege. Just as the Adobe Professional's Printing Allowed settings. 0: None. 1: Low Resolution (150 dpi). 2: High Resolution. [optional]
change_allow_level int Sets the change level of document's privilege. Just as the Adobe Professional's Changes Allowed settings. 0: None. 1: Inserting, Deleting and Rotating pages. 2: Filling in form fields and signing existing signature fields. 3: Commenting, filling in form fields, and signing existing signature fields. 4: Any except extracting pages. [optional]
copy_allow_level int Sets the copy level of document's privilege. Just as the Adobe Professional's permission settings. 0: None. 1: Enable text access for screen reader devices for the visually impaired. 2: Enable copying of text, images and other content. [optional]

[Back to Model list] [Back to API list] [Back to README]