Monthly Archives: September 2010

Implement Error Checking Options, Calculate Custom Functions and Specify Workbook’s Window Position/Size in Aspose.Cells for Java 2.4.1

We have published Aspose.Cells for Java v2.4.1 for the users.

 

In this version, we have enhanced Excel–to-PDF and Chart-to-Image features regarding performance. Reading / Writing Excel files Operation is further optimized. You can enable/disable error checking options for cells for your requirement. We have also extended Formula Calculation engine and you can now calculate custom functions more accurately. Moreover, you can specify a workbook’s window position and size for your requirement.

 

There are some other enhancements and fixes Continue Reading

Posted in Aspose.Cells Product Family |

Autoporting Aspose.Words for .NET to Java Weekly Progress – 20th Sep 2010

It’s been a bit more than a week since I posted the last “weekly progress”.

Today’s news is that because me (the project tracker) was busy attending for the Aspose.Words for .NET 9.4 release and also reviewing and integrating new features onto our trunk (I posted about these) – there is no measurable progress on the Autoporting to Java project to report today.

This is not to say there was no progress done on the Java project. We have been reviewing … Continue Reading

Posted in Aspose.Words Product Family |

Royal Mail 4-state Customer Code Barcode Symbology Added to Aspose.BarCode for Reporting Services

We have recently released a new version of Aspose.BarCode for Reporting Services v2.3. It now supports rendering of “Royal Mail 4-state Customer Code” barcode symbology on reports.

Continue Reading
Posted in Aspose.BarCode Product Family |

WebResa Uses Aspose.Words for Generating Technical Documents from CMS

About WebResa

WebResa is an extranet solution devoted to travel agencies, and especially to tracking agencies. With WebResa, agencies can manage their travels, detailed description, departure dates, and availability. They can also share this information with partners (reselling agencies, tourism offices, and governmental offices).

One of the options proposed by WebResa is to manage detailed information on the travel as day by day program, equipment required, meeting point information, cultural or economic information on the track. All this information can … Continue Reading

Posted in Aspose.Words Product Family, Aspose.Words, Success Stories |

The PaperTray enum will be gone from Aspose.Words.

Microsoft Word allows specifying different paper trays in a document for each section, for the first and all further pages of each section.

We have corresponding Aspose.Words.PaperTray enum, which is used by the Section.PageSetup.FirstPageTray and OtherPagesTray properties. The PaperTray enum has values like AutomaticSheetFeed, LargeFormatBin, ManualFeed and so on.

We thought we had it working! We thought we tested printing a document using Aspose.Words will take paper from the correct trays as specified in the document. Our AsposeWordsPrintDocument class that … Continue Reading

Posted in Aspose.Words Product Family |

Digitally Sign PDF Documents Produced by Aspose.Words

I like this job of announcing new features. We have been doing it in this blog “informally” either just before the next release or just after it. Today I felt like it is time to “acknowledge” this as an activity that we will do on a regular basis.
It’s only been a week since Aspose.Words for .NET 9.4 and already our next version shceduled for some time in October is shaping up. The features that were in the works are … Continue Reading

Posted in Aspose.Words Product Family | Tagged ,

Support for PPT to PDF in Linux, managing slide comments, date time format for footer text issues resolved

We feel happy on presenting the new release of Aspose.Slides for Java 2.4.0. Now, one can add and remove the slide comments programmatically and can set the date time format for the footer text in PPT. PPT to PDF export problem in Unix/Linux environment has addressed along with the resolution of rendering of unsupported image types issue by simply skipping them.

In order to view a complete list of fixes and to download Aspose.Slides for Java 2.4.0, please visit this Continue Reading
Posted in Aspose.Slides Product Family |

Aspose.Cells Grid Suite now Supports Variety of Functions/Formulas in Aspose.Cells for .NET 5.1.3

We have published Aspose.Cells for .NET v5.1.3 for the users.

 

In this version, we have enhanced Excel–to-PDF feature regarding performance.

The Grid controls provided by Aspose.Cells for .NET, now supports lots of valuable functions/formulas. The GridWeb control supports to add named ranges and you can add reference to named ranges in formulas. You may also print GridWeb control with its contents using print() method of the GridWeb on the client side. The GridDesktop control allows you to undo changes Continue Reading

Posted in Aspose.Cells Product Family |

Create charts in your applications targeting Java 1.4 or 1.5 environment

Aspose.Report for Java 2.1.0 has been released. This release includes separate builds for Java 1.4 and 1.5 environments. Now you can create charts on any system which is running Java 2 Platform Standard Edition 1.4 or higher.

This release also includes the most recent bug fixes.

To view a list of new features and fixes and to download Aspose.Report for Java 2.1.0, please visit Download Page.Continue Reading

Posted in Aspose.Total Product Family |

Convert a Word Document to EPUB and Read on iPod

You can use Aspose.Words for .NET to easily convert any document to EPUB.

Document doc = new Document(@"E:\MyDoc26.doc");
doc.Save(@"E:\MyDoc26.epub");

Then upload this document to your iPod, iPhone or iPad. I have Apple iBooks installed on mine and it can display EPUB documents pretty well.

Simple Test

Here is a sample I used to check non-English characters and images are displayed alright. I am holding iPod with the document I generated using Aspose.Words against the backdrop of the original document opened … Continue Reading

Posted in Aspose.Words Product Family |