Browse our Products Toggle navigation
If so you can download any of the below versions for testing. The product will function as normal except for an evaluation limitation. At the time of purchase we provide a license file via email that will allow the product to work in its full capacity. If you would also like an evaluation license to test without any restrictions for 30 days, please follow the directions provided here.
If you experience errors, when you try to download a file, make sure your network policies (enforced by your company or ISP) allow downloading ZIP and/or MSI files.
Empower Python apps on macOS with Aspose.Tasks for Python via .NET 24.2 and seamlessly manage tasks related to Microsoft Project (MPP) documents.
Version 24.2 empowers you with greater control over the orientation of exported project documents. The newly introduced IsPortrait property within SaveOptions allows you to specify portrait or landscape mode, ensuring your documents are formatted as intended.
IsPortrait
SaveOptions
We have resolved issues related to filter name lengths by enhancing the Filter.Name property in this release. This optimization streamlines workflows for manipulating MPP files within macOS environments.
Filter.Name
Expect improved time-phased data reading accuracy to strengthen the integrity of your app development workflows on macOS.
The following code snippet demonstrates how to utilize the IsPortrait property within a Python script to control the orientation of exported documents:
import aspose.tasks as tsk project = tsk.Project("test.mpp") options = tsk.saving.PdfSaveOptions() options.page_size = tsk.visualization.PageSize.A4 options.is_portrait = True project.save("output.pdf", options)
Source*
We have added different new methods and properties in this release which are shared below:
We have removed different methods and properties in this release. Some of which are:
You can view the list of all new features, enhancements, and bug fixes introduced in this release by visiting Aspose.Tasks for Python via .NET 24.2 Release Notes.