PDF .NET Library Logo

Specifying your PDFTechLib License Key

The following code snippet demonstrates how to enter a valid license key. Entering a valid license key will remove the PDF Technologies logo from the output PDF

C# sample:

PDFDocument.License = "JRO1F2MS-2021-188-J004A";

Back to PDF Code Library