Licensing | Aspose.Page for Python via .NET

Evaluation Version Limitations

We want our customers to test our components thoroughly before buying so the evaluation version allows you to use it as you would normally. However, the unlicensed product:

If you want to test Aspose.Page without the evaluation version limitations, you can also request a 30-day Temporary License?

Classic license

The license can be loaded from a file or stream object. The easiest way to set a license is to put the license file in the project folder and specify the filename, without a path, as shown in the example below.

If you use any other Aspose for Python component along with Aspose.Page for Python, please specify the namespace for the License like aspose.page.License class.

1license_file = LICENSE_FILE
2license = ap.License()
3license.set_license(license_file)
Subscribe to Aspose Product Updates

Get monthly newsletters & offers directly delivered to your mailbox.