Browse our Products

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.

 

Aspose.Tasks for Python via .NET 24.2 MacOS x86-64

Download  Support Forum 

File Details

  • Downloads:
  • 1
  • File Size:
  • 51.94MB
  • Date Added:
  • 1/3/2024

Description

It contains Aspose.Tasks for Python via .NET 24.2 macOS-only binaries.

File Details

Empower Python apps on macOS with Aspose.Tasks for Python via .NET 24.2 and seamlessly manage tasks related to Microsoft Project (MPP) documents.

Precise Control Over Exported 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.

Filter Management Refinements

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.

Enhanced Data Integrity

Expect improved time-phased data reading accuracy to strengthen the integrity of your app development workflows on macOS.

Code Example

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*

Public API and Backwards Incompatible Changes

Added API Members

We have added different new methods and properties in this release which are shared below:

  • Aspose.Tasks.Saving.SaveOptions.IsPortrait
  • Aspose.Tasks.WeekDay.#ctor(Aspose.Tasks.DayType,Aspose.Tasks.WorkingTime[])

Removed API Members

We have removed different methods and properties in this release. Some of which are:

  • Aspose.Tasks.Saving.HtmlSaveOptions.DefaultFontName
  • Aspose.Tasks.Saving.HtmlSaveOptions.UseProjectDefaultFont
  • Aspose.Tasks.Saving.ImageSaveOptions.DefaultFontName
  • Aspose.Tasks.Saving.ImageSaveOptions.UseProjectDefaultFont
  • Aspose.Tasks.Saving.ImageSaveOptions.FontResolveCallback

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.

 English