Search
Follow Us
Categories
- Success Stories(157)
Archives
Yearly Archives: 2007
How to change Internet Explorer to open documents in Microsoft Word
Just found a nice Microsoft KB article that shows how to change the way Internet Explorer opens linked Microsoft Word documents. By default, they are opened in-place in the browser window; many users seem require another behavior, when the documents are opened in a separate instance of Microsoft Word. I have tested it and it worked. Hope this will be useful.
You can read the article here:
Posted in Dmitry Vorobyev
Aspose.Metafiles for Java Programmer’s Guide
We are happy to announce release of Aspose.Metafiles Programmer’s Guide.
The existing documentation for Aspose.Metafiles includes:
New Programmer’s Guide contains descriptions and code examples which show how to open metafiles, play them to a Graphics2D context, convert to raster images and JSP code to show metafiles on web page with JSPs and Servlets.
… Continue Reading
The existing documentation for Aspose.Metafiles includes:
New Programmer’s Guide contains descriptions and code examples which show how to open metafiles, play them to a Graphics2D context, convert to raster images and JSP code to show metafiles on web page with JSPs and Servlets.
… Continue Reading
Posted in Aspose.Total Product Family
Aspose.Metafiles for Java 1.2.0.0 released!
Dear Customers,
We have released Aspose.Metafiles for Java 1.2.0.0.
This release includes changes made in 1.1.* hot fixes and new features:
… Continue Reading
We have released Aspose.Metafiles for Java 1.2.0.0.
This release includes changes made in 1.1.* hot fixes and new features:
- New: Colors remapping on metafiles rendering.
- Fixed: Rendering Window*, Viewport* gdi commands.
… Continue Reading
Posted in Aspose.Total Product Family
Aspose.Chart 3.3.7 Released
Dear Customers,
We have released Aspose.Chart 3.3.7.
- Added: Support EMF in Chart.Save()
Posted in Aspose.Total 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
Aspose.Network 3.2.0.0 Released
Dear Customers,
We’ve released Aspose.Network 3.2.0.0.
What’s new in this release:
- Adding Aspose.Network.Logging, which is an extensible and comprehansive .net logging framework.
- Fixed the bug in ImapClient.ListMessages, which may lead to throw out invalid parameter exception when initializing MailAddress instances.
- All other updates from 3.1.*
Thanks… Continue Reading
Posted in Aspose.Email Product Family