Search
Follow Us
Categories
- Success Stories(157)
Archives
RTF and Culture
From what I can tell RTF and Culture do not mix.
If you have English culture selected in your regional settings, create a document in Microsoft Word and save as RTF, then double values (in custom document properties) will be written as 123.45. When you open this document in Microsoft Word it seems to use the current culture. So if you culture is English, the document will load okay.
If you happen to have Russian culture and save the document … Continue Reading
Posted in Roman Korchagin
NUnit Thoughts
Here is short blurb on our experience with NUnit. Goods and not so goods.
We are using NUnit for Aspose products on our team. We’ve been using it from the start. Aspose.Words for .NET at the moment has around 5000 unit tests.
Aspose.Words is a class library and to run the tests, we have its project settings set to fire up NUnit Gui executable and pass Aspose.Words.dll as a command line parameter. When NUnit Gui starts, it loads the Aspose.Words.dll debug … Continue Reading
Posted in Roman Korchagin
Yet Another 64-bit Surprise
Some of the Aspose.Words (and other components) demo projects and unit tests retrieve data from a Microsoft Access .mdb database. I’ve been trying to get everything working on Windows Vista 64-bit and was getting “Microsoft.Jet.OLEDB.4.0 not registered” error.
According to various articles this is due to the fact my project is compiled for the AnyCPU platform and runs as a 64-bit application, but there are no Microsoft Access database drivers for 64-bit.
The recommendation I found in the MSDN forum … Continue Reading
Posted in Roman Korchagin
Series: Aspose.Words Feature Overview, Part 4: Support for the RTF Format
This is the 3rd post in the series. Previous post see here.
Rich Text Format (RTF)
The Rich Text Format (RTF) is one of the document formats supported by Microsoft Word and many other word processing applications. RTF is a human readable word processing format intended for interchange between different applications on various platforms and it has been around for 20 years. The new XML-based formats are becoming more common, but RTF is still being supported and updated by Microsoft. … Continue Reading
Posted in Aspose.Words Product Family
Aspose.Grid v1.9.2 Released!
Dear Customers,
We have just released Aspose.Grid v1.9.2!
Introduction
This new version includes all the new features and fixes since v1.9.0
What’s New?
Aspose.Grid.Web
1. Supports XHTML 1.0 specification Rendering.
2. Supports Worksheets Serialization. Now users can use StateServer or SQLServer as session store.
3. Supports both Auto Filtering and Custom Filtering.
4. Supports CLS Compliant.
5. Supports dragging and scrolling.
6. Supports displaying command bar at the top of the control.
7. Supports displaying a “Loading…” box when PostBack.… Continue Reading
Posted in Aspose.Cells Product Family
Series: Aspose.Words Feature Overview, Part 3: Support for the DOCX Format
This is the 3rd post in the series. Previous post see here.
Microsoft Office Open XML (DOCX)
Office Open XML Overview
Office Open XML is the new XML-based format introduced in Microsoft Office 2007 applications. Office Open XML is a container format for several specialized XML-based markup languages. WordprocessingML is the markup language used by Microsoft Office Word 2007 to store its documents.
Note that WordprocessingML defined in Office Open XML is different from the Microsoft Word 2003 XML format, … Continue Reading
Posted in Aspose.Words Product Family
Series: Aspose.Words Feature Overview, Part 2: Support for the DOC Format
This is the 2nd post in the series. Previous post is here.
This post is about support for the Microsoft Word DOC binary format in Aspose.Words.
Microsoft Word (DOC)
DOC is a popular file format used by all versions of Microsoft Word to store word processing documents. It is a proprietary binary format developed by Microsoft. DOC is a not a single format, but a family of formats that evolved with every new Microsoft Word version.
Aspose.Words can read … Continue Reading
Posted in Aspose.Words Product Family
Aspose.Words for Java 2.2.0 Released
We are happy to announce that Aspose.Words for Java now supports HTML/XHTML import.
The HTML import code in Aspose.Words for Java 2.2 matches Aspose.Words for .NET 4.2.1.
To download: http://www.aspose.com/Downloads/Aspose.Words/Default.aspx… Continue Reading
Posted in Aspose.Words Product Family
Aspose.Metafiles for Java 1.2.2.0 Released
Aspose.Metafiles for Java 1.2.2.0 hot fix contains the following changes:
… Continue Reading
- Fixed: Exception on reading some non standard emf metafiles (without EOF record).
… Continue Reading
Posted in Aspose.Total Product Family