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:
- Allows converting of PostScript files whose size is no more than 500 KB and resulting PDF document in such cases will contain evaluation mark.
- Will not allow manipulating more than 4 XPS elements and the resulting document or image in such cases will also contain an evaluation mark i.e. “Evaluation Only. Created with Aspose.Page. Copyright 2002-2024 Aspose Pty Ltd” at the top.
Si vous souhaitez tester Aspose.Page sans les limitations de la version d’évaluation, vous pouvez également demander une licence temporaire de 30 jours ?
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)