aspose-tasks-for-net

We are pleased to announce the release of Aspose.Tasks for .NET 18.5. This month’s release introduces support for Metered Licensing in the API. In addition, it also brings improvements to the API in terms of enhancements and bug fixes. For a detailed note on what is new and fixed, please visit the release notes section of API documentation.

Default Font for Rendering MS Project Documents

Since version 17.12, the API supports setting default font while converting project documents to PDF. This new release of API provides the same functionality while exporting project data to image formats such JPG, BMP, PNG and HTML as well.

Support for Metered Licensing

Usage of Metered Licensing scheme is simple and can be used along with existing licensing method. The new licensing mechanism will be used along with existing licensing method. Those customers who want to be billed based on the usage of the API features can use the metered licensing.

Aspose.Tasks.Metered metered = new Aspose.Tasks.Metered();
// Access the SetMeteredKey property and pass public and private keys as parameters
metered.SetMeteredKey("***", "***");

// The path to the documents directory. 
string dataDir = RunExamples.GetDataDir_Email();

// Load the project from file system
Project project = new Project(dataDir + "HomeConstruction.mpp"); 

API Resources

You may visit the following API resources for getting started and working with the API.