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 Linux x86-64

Download  Support Forum 

File Details

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

Description

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

File Details

Python developers can upgrade to Aspose.Tasks for Python via .NET 24.2 and streamline Python development tasks pertaining to Microsoft Project (MPP) files on Linux systems.

Orientation Control in Exported Documents

In version 24.2 of the Python API, developers gain greater control over the orientation (portrait/landscape) of exported project documents using the newly introduced IsPortrait property within SaveOptions.

Refined Filter Management

This release tackles issues concerning the length of filter names by enhancing the Filter.Name property, thereby optimizing workflows for manipulating MPP files within Linux environments.

Integrity of Time-phased Data

Developers can now expect heightened accuracy when parsing time-phased data in Python solutions, which bolsters the integrity of their data processing workflows.

Feature Enrichments and Bug Fixes

This update incorporates various enhancements and fixes pertaining to API functionalities, promising a more robust and dependable user experience specifically tailored for the Linux platform.

Code Example

Below, you’ll find a Python code snippet illustrating the utilization of the IsPortrait property:

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