라이센스 및 구독

Aspose.Tasks 평가 **

.NET 용 Aspose.Tasks의 무료 평가 버전은 https://releases.aspose.com/tasks/net의 Aspose 웹 사이트의 다운로드 섹션에서 다운로드 할 수 있습니다.

평가 버전 제한없이 Aspose.Tasks를 테스트하려면 30 일 임시 라이센스를 요청할 수도 있습니다. 임시 라이센스를 얻는 방법을 참조하십시오.

평가 제한

평가 버전은 다음을 제외한 모든 기능을 제공합니다.

MPP 쓰기 지원

MPP 파일로 프로젝트 저장은 .NET 용 Aspose.Tasks의 라이센스 버전으로 만 사용할 수 있습니다. MPP 파일 작성은 원본 파일의 MPP 형식 버전을 보존합니다. 예를 들어, 원래 MPP 파일이 Microsoft Project 2003 형식에 있으면 .NET의 Aspose.Tasks를 통해 MPP 파일이 업데이트됩니다. Microsoft Project 2007, 2010, 2013, 2016, 2019, 2021 MPP 형식에도 유효합니다.

Project Server \ Project Online 쓰기 지원

Project Server 또는 Project Online에서 프로젝트 업데이트 생성은 .NET 용 Aspose.Tasks의 라이센스 버전으로 만 사용할 수 있습니다.

DateTime 제한

날짜 연도는 MPP 이외의 형식으로 .NET에 대한 Aspose.Tasks를 사용하여 작성 될 프로젝트에서 2000으로 변경됩니다. 이것은 다음 코드 예제로 입증 될 수 있습니다. 라이센스 세트가없는 aspose.net의 경우 두 가지 작업을 사용하는 예제 프로젝트에서는 프로젝트가 Microsoft Project XML 형식으로 저장됩니다.

The resulting project file looks like the one below when opened in Microsoft Project. Note that the Start and Finish dates for Task1 have been converted from 06-Apr-2010 to 06-Apr-2000. Similarly, the Start and Finish dates for Task2 have been converted from 10-Apr-2010 to 10-Apr-2000. These dates are written with the same original year if the project is created using a licensed version of Aspose.Tasks for .NET.

Date changes in the evaluation version of Aspose.Tasks

| Year of start and finish dates were reset to 2000|

Aspose.Tasks Watermark

When project is saved to a graphical format (PDF, HTML, TIFF, PNG, BMP, etc) using evaluation version of Aspose.Tasks for .NET the watermark is added to each page.

| Watermark added to a project saved to PDF document.|

Applying the License

Once you are happy with your evaluation of Aspose.Tasks for .NET, you can buy a license at the Aspose website: https://purchase.aspose.com/buy. Make yourself familiar with the different licenses offered. If you have any questions, contact the Aspose sales team and they’ll be happy to help you.

Aspose.Tasks for .NET supports two license types: perpetual (pay once) and metered (pay-per-use). For more details please refer to License Types page.

Aspose perpetual license carries a one-year subscription for free upgrades to any new versions or fixes that come out during this time. Technical support is free and unlimited and provided both to licensed and evaluation users.

The license is a plain-text XML file that contains details such as the product name, number of licensed developers, subscription expiry date and so on. The file is digitally signed, so do not modify the file: even adding an extra line break to the file invalidates it.

When to Apply a License

Follow these simple rules:

Applying a perpetual license

Use the License.SetLicense method to license the component. The easiest way to set a license is to put the license file in the same folder as the Aspose.Tasks.dll and specify the file name, without a path, as shown below.

1    Aspose.Tasks.License license = new Aspose.Tasks.License();
2    license.SetLicense("license.lic");

Applying a License Using File or Stream

This code snippet initializes a license stored in a file or an embedded resource.

This code snippet initializes a license from a stream.

Applying a Licenses Using an Embedded Resource

Another neat way of packaging the license with your application and making sure it will not be lost, is to include it as an embedded resource into one of the assemblies that call the component’s DLL. To include the license file as an embedded resource, perform the following steps:

  1. In Visual Studio .NET, add the license (.lic) file into the project using the Add Existing Item on the File menu.
  2. Select the file in the Solution Explorer.
  3. Set Build Action to Embedded Resource in the Properties window.

To access the license embedded in the assembly (as an embedded resource), you don’t have to call the Microsoft .NET Framework’s System.Reflection.Assembly class’ GetExecutingAssembly and GetManifestResourceStream methods. Instead, just add the license file as an embedded resource to your project and pass the name of the license file to the License class’ SetLicense method. The License class will automatically find the license file in the embedded resources.

Applying a Metered (pay-per-use) license

A Metered license is a licensing mechanism that allows customers to be billed based on the usage of the API features. For more details, please refer to Metered Licensing FAQ section. To activate the Metered license you need public and private keys.

Applying a Metered license is as simple as those two lines of code:

1    var metered = new Metered();
2    metered.SetMeteredKey("<public key>", "<private key>");

Generated PDF Document Properties Information

Please note that you cannot set values of the Application and Producer fields of the generated PDF file, because “Aspose Ltd.” and “Aspose.Tasks for .NET x.x.x” will be displayed in these fields.

Subscribe to Aspose Product Updates

Get monthly newsletters & offers directly delivered to your mailbox.