The PDF Creator .NET Library enables you to create secure PDF documents on the fly and to view, print and process existing PDF documents. If you have any questions about PDF Creator .Net, please post them here.
I'm trying to setup the library as in the documentation:
// initialize library and set our license key
acPDFCreatorLib.Initialize();
acPDFCreatorLib.SetLicenseKey("Evaluation Version", "07EFCDAB01000100C71...28E778780009EE2F79");
Where can I get a license key for the evaluation? There appears to be nothing in the download, I've not received an email, and I've tried an empty string as in the demo project.