Tag Archives: product release

Announcing Aspose.Imaging – programming with image files

Sydney, Australia – October 10, 2011 – Aspose products help developers work with a wide variety of file formats from within their own applications. Many of our products are developed with specific business processes in mind: Aspose.Words works with word processing files, Aspose.Cells works with spreadsheets and Aspose.Slides works with presentation files. The APIs and GUI controls that we provide save developers days of effort, freeing them up to focus on their own business logic instead of getting lost in … Continue Reading

Posted in Aspose.Total Product Family, Aspose.Imaging Product Family | Tagged , , , , , , , ,

Self Contained PDF to XPS, PDF to PDF/A-1B, better memory management

Aspose.Pdf icon

The new version of Aspose.Pdf for .NET 6.3.0 supports a self contained mechanism of rendering PDF documents into XPS format while using two simple lines of code. This new version also gives you the capability to check either the source PDF document is linearized or not and also you have the leverage to add background image to table cell from a web URL. There has been great improvement in terms of memory management when the requirement comes to export of … Continue Reading

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

Aspose.Words for SharePoint maintenance v.2.3.0 release is ready.

Aspose.Words icon

We have released Aspose.Words for SharePoint 2.3.0.

This release includes the latest improvements made in Aspose.Words.

To download the release, please visit the download area.

As usual at our forum we are glad to answer any questions you might have.

Enjoy!… Continue Reading

Posted in Aspose.Words Product Family | Tagged , ,

The Last Version of Aspose.Pdf.Kit for .NET is Published

Aspose.Pdf iconAs you already know that we have merged Aspose.Pdf.Kit for .NET into Aspose.Pdf for .NET, we’re going to discontinue the former from October 2011. The last version of the separate Aspose.Pdf.Kit for .NET has been published with a few bug fixes. You may download it from the downloads section.

You may use Aspose.Pdf for .NET both for creating new PDF files from scratch and manipulating existing PDF files. We tried to keep you updated with any developments and migration … Continue Reading

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

Table.AutoFit, Table.Style and Other Improvements in Aspose.Words 10.5

ASpose.Words icon

This post is about our latest Aspose.Words 10.5 release. We regularly produce a new release at the end of each month and each release contains around one hundred improvements and fixes.

As usual, you can download Aspose.Words from:

Improvements in the Public API for Tables

Earlier versions of Aspose.Words had some in the area of formatting tables, rows and cells programmatically. It is sufficient to mention that “table formatting” was not directly available … Continue Reading

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

Disentangling email and network programming: introducing Aspose.Email

Sydney, Australia – 30 September, 2011 – Aspose.Network is changing in recognition of how our customers use it. The main change is in the name: our customers use Aspose.Network for email programming so we are changing the name to Aspose.Email.

  • Aspose.Network for Java will be renamed Aspose.Email for Java.
  • Aspose.Network for SharePoint will be renamed Aspose.Email for SharePoint.
  • Aspose.Network for .NET has been split into two products: Aspose.Email for .NET contains email programming features and Aspose.Network for .NET retains the
Continue Reading
Posted in Aspose.Total Product Family, Aspose.Email Product Family, News Release | Tagged , , ,

Form Filling and Flattening and Text Extraction from PDF in Java

Aspose.PDF for Java 4.0.0 has been published. In this latest version, we have added two new features related to text extraction: extracting text to HTML and getting text formatting information along with extracted text. You can find the details and code samples in the following knowledgebase topics:

  • Extract text to HTML file
  • Extract text formatting information

In addition to that, we have fixed issues related to PDF flattening, annotation rendering, text replacement, form filling and flattening, PDF to image conversion, … Continue Reading

Posted in Aspose.PDF Product Family | Tagged , ,

PCL to PDF, better TrueTypeFont, stable image to PDF conversion

PCL to PDF conversion

The new version of Aspose.Pdf for Java 3.0.1 has been released. It provides with you the option to convert PCL files into PDF format. PCL (Printer Command Language) is a Hewlett-Packard printer language developed to access standard printer features. With this latest version of Aspose.Pdf you can convert these files into PDF format.

Here’s a detailed description of supported commands by versions of the Aspose.Pfd for Java:

Sets of commandsSupportExceptions
Job control commands2.8Duplex printing mode.
Page
Continue Reading
Posted in Aspose.PDF Product Family, Nayyer Shahbaz | Tagged , , , ,

Render to custom graphics and useful APIs included in Aspose.Cells for Java 7.0.1

We have just released next ported version v7.0.1. It includes some useful enhancements for worksheet-to-image and Excel-to-PDF features. It now supports the “render to custom graphics” feature. We also made some valuable APIs available that were missing in the previous version.

There are some other enhancements and fixes too.

Download URL: http://www.aspose.com/community/files/72/java-components/aspose.cells-for-java/entry329168.aspxContinue Reading

Posted in Aspose.Cells Product Family | Tagged ,

iCalendar support added in Aspose.Network for Java

Aspose.Network icon

We are pleased to announce the release of a new version of Aspose.Network for Java 2.3. In this version, we added the iCalendar component. iCalendar is already part of Aspose.Network for .NET, now you can generate dates according to the specified recurrence pattern in Java.

Below is an example to generate dates based on a recurrence pattern:

String pattern = “DTSTART:19970902T090000\n” +
“RRULE:FREQ=WEEKLY;UNTIL=19971007T000000Z;WKST=SU;BYDAY=SU,MO”;
RecurrencePattern recPattern = new RecurrencePattern(pattern);

// Get all the dates generated by this rule
DateCollection dateColl = … Continue Reading

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