Search
Follow Us
Categories
- Success Stories(157)
Archives
Yearly Archives: 2010
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
Do you want XAML export in Aspose.Words?
If yes, let us know. Please let us know how do you want to use the generated XAML and any other requirements about it.
Current XAML support in Aspose.Words is like this:
1. Fixed Page. Internal (not visible in the public API) export of each page of the document into fixed page XAML format. Aspose.Words reuses its own XPS output engine for this. We are not quite sure how you would want to use individual XAML pages hence not made … Continue Reading
Posted in Aspose.Words Product Family
Field evaluation and list numbering improved in Aspose.Words for .NET 9.4
I am glad to share that we have improved the evaluation of Microsoft Word fields when the document is rendered. There is a number of fields recalculated during rendering, such as PAGE, NUMPAGES, SECTIONPAGES and so on. Now imagine that you need to display, for example, different text on the last page of document. The following condition can be used:
{ IF {PAGE} = {NUMPAGES} “This is the last page” “See next page” }
Until the 9.4 release the … Continue Reading
Posted in Aspose.Words Product Family
Great OOXML improvements in Aspose.Words for .NET 9.4
Lots of customers have been waiting to get their hands on Aspose.Words that does not lose DrawingML and Structured Document Tags (SDT, content controls) when processing DOCX documents.
Finally, it is here. The release page with full details is here http://www.aspose.com/community/files/51/.net-components/aspose.words-for-.net/entry258045.aspx
I can only add that in this release you can only expect DrawingML and SDT to be preserved during DOCX open/save and also during document assembly (copying nodes between documents, joining documents together etc). You will be able to see … Continue Reading
Posted in Aspose.Words Product Family
Calculate BCWS, BCWP, ACWP and CV values from project files
We have released Aspose.Tasks for .NET 3.2.0 with support to calculate BCWS, BCWP, ACWP and CV values from MPP 2003,2007 and 2010 files. With this release, the users will also be able to read StartVariance and FinishVariance values associated with the Tasks and Resource Assignments. We have also implemented the ProjectReader and ProjectWriter events for customized XML data processing. In addition to all these, we have also fixed the issues as reported by users. For more details and details please… Continue Reading
Posted in Aspose.Tasks Product Family
Autoporting Aspose.Words for .NET to Java Weekly Progress – 8th Sep 2010
In my previous post about our autoporting project I told that we achieved compile and started running unit tests on our internal Aspose.Foundation library.
Today I am happy to tell that our completely autoported Java code is now able to generate PDF and XPS documents. The documents generated by the Java version pass the same verification, compliance and rasterization tests as the ones generated by our .NET product.
The number of unit tests that pass today in Aspose.Foundation is 76% … Continue Reading
Posted in Aspose.Words Product Family
Encryption, Filling and Flattening Form Fields, Concatenation and XMP Metadata Features are Improved in Aspose.Pdf.Kit for .NET.
Aspose.Pdf.Kit for .NET 4.8.0 is now available for download. In this latest release, we have improved various aspects of the component. We have enhanced encryption and concatenation features. The field flattening and form filling features of Form class have been improved as well. We have also worked on Aspose.Pdf.Kit for .NET to support Adobe Illustrator files. PDF to image conversion and text extraction features have also been enhanced. We have tried to improve the font related features and text rendering… Continue Reading
Posted in Aspose.PDF Product Family