Table of Contents
Licensing EO.Pdf Library

Acquiring License

EO.Pdf is not freeware. You will need to purchase a license in order to use the product in production. The trial version is fully functional, however without a license key, it will render a small message at the bottom of every page indicating the PDF file was created with EO.Pdf. A license is needed to remove that message.

A license can be purchased directly online at https://www.essentialobjects.com/order. Once the order is processed, you will receive an email with the link to the license information. Follow the link to setup an account and access the license file/key. Please contact us if you do not receive the license key after 24 hours of the purchase.

Applying license

Once you place an order, you will be able to setup an account to access the license key online. Once you have the license key, you can call EO.Pdf.Runtime.AddLicense to apply the license key:

//Call this before any other code that uses EO.Pdf        
EO.Pdf.Runtime.AddLicense("your_license_code");

The actual license code is much longer and may need to be broke into multiple lines. For your convenience the license code page can generate the full code block for you to copy and paste into your application.