Skip to Content

Controlling PDF Access: Applying Restrictions with Adobe PDF Library in .NET Core

Controlling access to PDF content is essential for organizations looking to protect sensitive information. This guide explains how to apply restrictions to a PDF using Adobe PDF Library (APDFL) in a .NET Core environment, specifically to prevent... Read More

I have a PDF document that is locked to avoid editing. I have the password, but I want to change the password and permissions.

In order to change permission on a document, you must have a password that permits you to change permissions, and you must open the document with that password. Call PDDocGetPermissions() to see if you have the authority to change permissions for a... Read More

Why does the PDPageDrawContentsToWindow method render annotations on a PDF page, but PDPageDrawContentsToWindowEx will not?

Adobe PDF Library does not offer a single interface that will allow control of both Optional Content and Annotations at the same time for a PDF document. PDPageDrawContentsToMemory() allows selection of Annotation faces, but does not have control for... Read More

Matching attachments will be shown here!
Results 1 - 10 of 83