Search
Follow Us
Categories
- Success Stories(157)
Archives
Author Archives: Romank
Three Earthquakes in Three Hours
There’s been three small earthquakes in Auckland yesterday, just in the space of three hours, all in the same place.
We felt one at home, probably the biggest at 9:00pm, the that was 4.5. Watching TV and the sofa went gently rocking for a few seconds. The sequence of possible reasons was as follows:
- The son playing with the cats.
- The neighbours drove into our house, again (see below for this).
- The earthquake.
Cats were relaxing and not rocking the house. We went … Continue Reading
Posted in Roman Korchagin
Aspose.Words for .NET 4.1.1 Released
This maintenance release includes a number of useful fixes:
1455 | TXT | Added TxtExportEncoding, TxtExportHeadersFooters, TxtExportParagraphBreak properties. |
1464 | DOC | Document shows the image from the other document when two documents are opened in MS Word simultaneously. |
1462 | DOC | System.ArgumentException during list import. |
1406 | DOC | AllowBreakAcrossPages property value is incorrect after reading from DOC to model. |
1130 | DOC | RowFormat.AllowBreakAcrossPages is sometimes defined incorrectly in nested tables. |
1463 | DocumentBuilder | InsertImage scales image size to 60%. |
1397 | MailMerge | Support (char)148 double quotes in merge |
Posted in Aspose.Words Product Family
Exceptions Thrown by Document Constructors Got Better
According to many customers’ requests, we have improved design and documentation related to exceptions thrown by the Document class constructors. This is a new improvement introduced in Aspose.Words for .NET 4.1
The Document class represents a Microsoft Word document in Aspose.Words and a document is loaded from a file or stream using one of the Document constructors.
First, Aspose.Words automatically detects the format of the file (DOC, RTF, HTML or WordML) and then proceeds to load the document appropriately. When … Continue Reading
Posted in Aspose.Words Product Family
Aspose.Words for .NET 4.1 Released
This release of Aspose.Words contains a single important new feature:
- RTF Import
Support for RTF in Aspose.Words was requested by many customers and for very long time. We are proud to announce that RTF in Aspose.Words is now fully supported. We released RTF export a few months ago in Aspose.Words 4.0 and now we complete the job by adding RTF import.
Aspose.Words was initially developed to generate, open, modify, save and convert primarily Microsoft Word DOC documents, but it later grew to … Continue Reading
Posted in Aspose.Words Product Family
Documentation for exceptions in the Aspose.Words public API
It would be great if there was any guideline on writing the <exception> documentation tags.
The .NET Framework Guidelines book gives plenty of guidelines on using exceptions, but nothing about documenting exceptions thrown by a method.
I fully agree and support the idea that the exception specification is not part of the C# language, but documenting what exceptions are thrown by a method in a public API is an entirely different thing and I think it must be done. The .NET … Continue Reading
Posted in Aspose.Words Product Family
Aspose.Words runs on Mono!
We’ve been asked several times by our customers whether Aspose.Words is supported on Mono. Now we’ve done some preliminary tests running Aspose.Words on Mono 1.2 and I’m happy to tell we have not encountered any problems so far! It seems to work great.
This makes Aspose.Words the only library avaialble in the world that deals with Microsoft Word documents on Mono because as far as I can tell none of the other competing components work on Mono.
I’ve downloaded … Continue Reading
Posted in Aspose.Words Product Family
Aspose.Words for .NET 4.0.5 Released
Please welcome our first Aspose.Words release in 2007. This update contains about 20 various fixes.
DOC
- 1359 – Saving combined document results in ‘This property is only allowed for list styles.’ exception.
- 1400 – Document cause ArgumentException in Styles class during ImportNode call.
- 1438 – ArgumentOutOfRangeException when openning document in Aspose.Words.
HTML
- 1375 – Inserted html table looks ugly in MS Word.
- 1417 – Html2Doc: Invalid table width when inserting it into a table cell.
- 1421 – Doc2Html: Export document
Posted in Aspose.Words Product Family
How to Copy Content of a Bookmark (into the same or another Word document)
A useful article and a sample project about how to copy a bookmark into another document is here: http://www.aspose.com/Community/forums/ShowThread.aspx?PostID=65476#65476.
A document in Aspose.Words is a tree of nodes and a bookmark in a document logically defines beginning and end of a set of different nodes, including paragraphs, tables, runs, sections etc, all depending on where the bookmark begins and ends.
Some tasks with bookmarks are easy to perform with Aspose.Words’ Bookmarks, Bookmark, BookmarkStart and BookmarkEnd classes. You can find, … Continue Reading
Posted in Aspose.Words Product Family
How to Insert Check Boxes or Other Form Fields During Mail Merge
As you probably know, one of the interesting Aspose.Words features is the reporting (mail merge) engine. The mail merge engine takes a document on input, looks for MERGEFIELD fields in it and replaces them with data it obtains from the data source. Normally, simple text is inserted, but a customer asked if it is possible to generate a document where boolean data values are output as check box form fields.
The answer is yes – it is possible and it … Continue Reading
21 Fortune 100 Companies Use Aspose.Words
I had a quick look at the Fortune 500/100 2006 and at the same time went through the list of the Aspose.Words customers (partial version here).
I was happy to find that 21 companies from the Fortune 100 list use Aspose.Words, I think it is great for a product that’s barely 3 years old.
BP
DaimlerChrysler
ConocoPhillips
Citigroup
AXA
Siemens
HSBC
IBM
Bank of America
Valero Energy
Verizon Communications
Cardinal Health
Credit Suisse
Royal Bank of Scotland
Vodafone
Statoil
France … Continue Reading
Posted in Aspose.Words Product Family