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 Windows x64

Download  Support Forum 

File Details

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

Description

It contains Aspose.Tasks for Python via .NET 24.2 Windows x64 only binaries.

File Details

Aspose.Tasks for Python via .NET 24.2 on Windows x64 empowers you to streamline Python development tasks involving Microsoft Project (MPP) files. This update introduces exciting new features and enhancements to elevate your project document control and data management capabilities.

Enhanced Project Export Control

Python developers can gain finer control over exported project document orientation (portrait/landscape) using the new IsPortrait property in SaveOptions with version 24.2 of the tasks management library.

Improved Filter Management

We have addressed limitations in filter name length with the Filter.Name property enhancements in this release to help you optimize your document processing workflows in Windows x64.

Enhanced Data Integrity

Experience enhanced accuracy while reading time-phased data within your Python applications and augment the integrity of processed data.

Bug Fixes and Stability Improvements

You can benefit from critical bug fixes related to the API features, including filter criteria writing and more.

Code Example

The Python code sample shared below highlights the usage 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