Skip to content

Latest commit

 

History

History
 
 

Permissions

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Set up PDF permissions in C# and VB.NET

This sample shows how to set up user access permissions for a PDF document in C# and VB.NET.

Only encrypted documents can have user access permissions set up.

When encrypting with a password, there are two password types: "user" and "owner" passwords. Opening a PDF document with an "owner" password allows you to do everything with it. Opening a PDF document with a "user" password allows only operations specified by the user access permissions.

User access permissions may be used to disallow printing of the document, filling of form fields, or other operations.

See also