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

Calling PDF Converter from .NET

While APDFL has a .NET interface, PDF Converter only supports C++. To call PDF Converter with .NET, you need to call the executable using Process.Start(). The following is an example of what this might look like, where "tempPSFile" is the input PS... Read More

Matching attachments will be shown here!