Monthly Archives: September 2014

Aspose.Words for Reporting Services 4.4.0 Released

Aspose.Words for SSRS icon

We have published a new release of Aspose.Words for Reporting Services that includes a number of fixes for issues reported by our customers and some major improvements to the field, rendering, and layout features.

You can download the latest releases of Aspose.Words for Reporting Services from the following link:

Bug Fixes and Changes

Aspose.Words for Reporting Services 4.4.0 release includes the latest improvements and fixes included in Aspose.Words (14.8.0). The most notable are:

  • Improved how TOC
Continue Reading
Posted in Aspose.Total Product Family |

Set Timeline and Milestone Dialog in Visio Drawings in Java

Aspose.Diagram for Java logo

We have released version 2.3.0 of the Aspose.Diagram for Java API. As part of this release, the Microsoft Visio drawing load and export features have been improved by resolving reported bugs and adding feature requests. We have also ported the new features of the latest Aspose.Diagram for .NET version. These new features let developers change the settings of timeline and milestone shapes. The Configure Timeline and Milestone dialogs can be managed.

Set Timeline and Milestone Dialog in Visio Drawings in

Continue Reading
Posted in Aspose.Diagram Product Family, Imran.Rafique |

Resize Images and Convert CAD Drawings to Raster Formats in C# .NET

We are pleased to announce the monthly release of Aspose.Imaging for .NET, version 2.6.0. We have been working hard to bring the useful improvements with this edition of the Aspose.Imaging API. You can start exploring the newly added features & enhancements immediately, but before you head to the download section, here is a look at just a few of the biggest features in this month’s release. For a full list of bug fixes and improvements please refer to the … Continue Reading

Posted in Aspose.Imaging Product Family, Babar Raza | Tagged , ,

Aspose Cloud Java SDK Integrates with Maven Projects

Aspose Cloud Java SDK’s Maven Dependency

Aspose has released maven dependency for Aspose Cloud Java SDK tagged as v1.0 supported by Aspose Cloud Maven Repository. Now using Aspose Cloud Java SDK in Maven projects has been quite straight forward by just defining Aspose Cloud Maven Respository url and Maven dependency Artifacts for Aspose Cloud Java SDK into pom.xml without any manual downloads and extra tricks.

To add Aspose Cloud Java SDK dependency in your maven project just follow the … Continue Reading

Posted in Aspose.Total Product Family |

Text Wrapping of Data Labels & Absolute Positioning of Shapes with Aspose.Cells for Java 8.2.1

Aspose.Cells for Java

We are pleased to announce the release of Aspose.Cells for Java 8.2.1. Our team has been hard at work bringing many useful improvements to the latest edition of Aspose.Cells library. You can explore the new features & enhancements immediately. Before you head to the download section, here is a look at the biggest features in this month’s release. For a full list of bug fixes and improvements please refer to the release notes for Aspose.Cells for Java 8.2.1.

Text

Continue Reading
Posted in Aspose.Cells Product Family, Babar Raza | Tagged , , , , , ,

Get Data Validation Rules Applied to Cells in Excel using C#

Aspose.Cells for .NET logo

We have just released this month’s improvements to Aspose.Cells for .NET by upgrading the API to version 8.2.1. This release contains 30 improvements, including the features showcased below. You can download the latest Aspose.Cells for .NET release from the download section now, and start exploring the new features.

Get Data Validation Rules of a Cell in Excel

Aspose.Cells for .NET is an easy to use spreadsheet creation, manipulation, and conversion API that provides all the features that Microsoft Excel provides. … Continue Reading

Posted in Aspose.Cells Product Family, Babar Raza | Tagged , , , , , , ,

Aspose Java for Spring v1.1 Released

Aspose has released v1.1 of Aspose Java for Spring (extension of Spring’s PetClinic Sample Web application) with quit few enhancements and updates in features as below:

New Features – in Aspose Java for Spring v1.1

The latest release simplified the Aspose Maven dependencies integration with the extended Spring’s PetClinic Web Application or Any Maven based project through Aspose Cloud Maven Repository inclusion in the project maven pom.xml, as opposed to the previous approach (in v1.0), which first created the local … Continue Reading

Posted in Aspose.Total Product Family |

HTML5 PDF Editor by Aspose for .NET

Aspose.Pdf for .NET Logo

This is a new and improved PDF Editor application developed in HTML5, jQuery Ajax and ASP.NET to edit PDF files using Aspose.PDF for .NET. The enhancements in the editor’s UI and the improvements in performance make it more user-friendly and it can easily be included in other applications. Aspose.PDF for .NET is a very feature-rich API when it comes to creating and editing PDF files and the results are precise.

HTML5 PDF Editor – Purpose & Features

The purpose … Continue Reading

Posted in Aspose.PDF Product Family | Tagged , , , ,

Change Timeline and Milestone Shape Settings with Aspose.Diagram for .NET 4.4.0

Aspose.Diagram for .NET logo

We are happy to announce that Aspose.Diagram for .NET 4.4.0 has been released and is available on NuGet. This new release adds features that let you change the settings of timeline and milestone shapes. The Configure Timeline and Configure Milestone dialogs can now be managed by these new features. Developers can also get the property of a specific shape by passing the property name parameter. Detailed release notes are listed below.

Setting the Timeline Dialog Box

Timelines help you plan … Continue Reading

Posted in Aspose.Diagram Product Family, Imran.Rafique |

Change Page Orientation, Single Output HTML with All Resources, Rearrange Page Contents After Replacing Text and More in Aspose.PDF for .NET 9.6.0

Aspose.Pdf for .NET logo

We are very much excited to announce the release of Aspose.PDF for .NET 9.6.0 which provides some great new features like changing page orientation from landscape to portrait and vice versa. In order to accomplish this requirement, set the page’s MediaBox by using following code snippet.

Change Page Orientation

The following code sample shows how to change page orientation in C#.

Document doc = new Document("PdfWithText.pdf");
foreach (Page page in doc.Pages)
{
    Rectangle r = page.MediaBox;
    double newHeight = r.Width;
    
Continue Reading
Posted in Aspose.PDF Product Family, Nayyer Shahbaz |