Search
Follow Us
Categories
- Success Stories(157)
Archives
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.
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
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
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.
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