Search
Follow Us
Categories
- Success Stories(157)
Archives
Monthly Archives: October 2010
Custom XML, save to SWF, save to XAML, verify digital signatures too many new things to list in Aspose.Words for .NET 9.5
Here is a screenshot of the new feature we have. You can now convert any Word document to SWF. The produced SWF embeds a little viewer that displays the document.
For the full list of features find the Aspose.Words for .NET 9.5 release page in the downloads section.
Posted in Aspose.Words Product Family
Rendering of DrawingML shapes to PDF, XPS etc is in progress
DrawingML is used to represent the rich shapes, colors, diagrams and charts in OOXML documents.
I am happy to tell that we have a big project underway to make sure Aspose.Words can render all DrawingML into its fixed-page outputs including PDF, XPS, graphics and printing.
At the moment Aspose.Words can only preserve DrawingML during DOCX open/save cycles and not much else. Aspose.Words can render DrawingML pictures, but cannot render other DrawingML shapes.
We will be releasing DrawingML functionality in iterations, every … Continue Reading
Posted in Aspose.Words Product Family
Reporting support in Aspose.Words for SharePoint v.2.0.0
In this version we’ve introduced report generation support based on functionality available in Aspose.Words for .NET v9.4.
Reports are being generated based on a MS Word template document and an external data source. Report template supports regions (including nested), images etc. Separate report definition file defines data source connection parameters, queries to retrieve the data, relationships between data tables returned by different queries and so on.
Three types of sources supported:
– Relational databases (using SQL queries or OLE DB… Continue Reading
Reports are being generated based on a MS Word template document and an external data source. Report template supports regions (including nested), images etc. Separate report definition file defines data source connection parameters, queries to retrieve the data, relationships between data tables returned by different queries and so on.
Three types of sources supported:
– Relational databases (using SQL queries or OLE DB… Continue Reading
Posted in Aspose.Words Product Family
Insert Linked Images, Include Array Parameters and Important Enhancements are made in Aspose.Cells for Java 2.4.2
We have released the Aspose.Cells for Java v2.4.2 for the users.
In this version, we have enhanced different features and internal modules, e.g. Excel to PDF, Reading/Saving Excel (97-2007) Files, Chart to Image etc. Now, you may include Array parameters while setting custom formulas. Moreover, you may insert linked pictures to your worksheet. The component, now also supports to save Cells data directly to stream/disk without building entire data model into the memory that always consumes a lot of … Continue Reading
Posted in Aspose.Cells Product Family
Apply Security Options in Excel to PDF Conversion in C#
We have published Aspose.Cells for .NET v5.1.4 for the users.
In this version, we have supported encrypting PDF documents. You may utilize API from the newly added namespace: Aspose.Cells.Rendering.PdfSecurity. The GridWeb control has re-organized its API structure now. The GridDesktop control allows you to import/export Excel files with Auto-Filters.
There are some other enhancements and fixes too.
Download URL: https://products.aspose.com/cells/net… Continue Reading
Posted in Aspose.Cells Product Family
Access Notes Information from MS Outlook PST Files with Aspose.Network for .NET
We are pleased to announce the release of a new version of Aspose.Network for .NET v5.8. API for accessing Notes information from Outlook PST has been added in this version. You can get the list of notes in a collection and get subject, body, creation date, color etc of each individual note.
… Continue Reading
Sample code to get all notes from PST:
// load the Outlook PST file
string strBaseFolder = @”C:\Emails\”;
string strPSTFile = @”PersonalFolders.pst”;
PersonalStorage pst = PersonalStorage.FromFile(strBaseFolder + strPSTFile);
string strBaseFolder = @”C:\Emails\”;
string strPSTFile = @”PersonalFolders.pst”;
PersonalStorage pst = PersonalStorage.FromFile(strBaseFolder + strPSTFile);
Posted in Aspose.Email Product Family
Only 214 files remain to autoport – 18th Oct 2010
It’s been only five days since my previous report, but I cannot wait to say what a great progress we had.
Today’s Aspose.Words for Java stats are:
- Total source files 2413
- Only 214 have autoporting problems = 8.8%
- The rest 2199 of the C# source files are totally automatically convertable to Java.
In these five days we managed to review and make portable 311 files. Almost all document conversions modules are now portable. With all of the other supported formats, we are finally going … Continue Reading
Posted in Aspose.Words Product Family