Search
Follow Us
Categories
- Success Stories(157)
Archives
Yearly Archives: 2006
Aspose.Chart 3.3.5 Released
Dear Customers,
We have released Aspose.Chart 3.3.5.
- Fixed: Bars are located not correctly when Series.CustomAttributes.BarWidth is defined and Chart.SeriesCollection.Count > 1
Posted in Aspose.Total Product Family
What Aspose word processing component do you need
Great, now have two components: Aspose.Words and Aspose.Editor that deal with Microsoft Word documents and I would like to take this opportunity to explain the difference between them. The difference might be already clear to you, yet I hope this post will still be useful.
The shortest descriptions I could give:
Aspose.Words is class library that enables .NET and Java applications to read, modify and write Word documents without utilizing Microsoft Word.
Aspose.Editor is a word processor control for Windows Forms .NET that displays, edits … Continue Reading
Posted in Aspose.Words Product Family
Have you met Aspose.Editor yet?
Have you met Aspose.Editor yet?
It is a close relative of Aspose.Words because it also deals with Microsoft Word documents, but as a visual control. Here is the official description:
Aspose.Editor is a new breed of a word processor control for Windows Forms .NET that displays, edits and prints documents a lot like Microsoft Word, but inside your application. WordprocessingML, DOC and HTML are supported with a unique feature of lossless editing even for complex documents.
We had customers asking about Aspose.Words … Continue Reading
Posted in Aspose.Words Product Family
Beta RTF and WordprocessingML import available for download
Aspose.Words 4.0.3.1 includes Beta of RTF and WordprocessingML import features. The download is available here http://www.aspose.com/Community/forums/ShowThread.aspx?PostID=62813
You can try this:
Document doc = new Document(MyPath + “MyFile.rtf”);
and
Document doc = new Document(MyPath + “MyFile.xml”);
Note that ability to export to RTF and WordprocessingML is not Beta, these features were released in Aspose.Words 4.0.
To save in RTF or WordprocessingML do this:
doc.Save(MyPath + “MyFile.rtf”, SaveFormat.Rtf);
and
doc.Save(MyPath + “MyFile.xml”, SaveFormat.WordML);
… Continue Reading
Posted in Aspose.Words Product Family
Aspose.Words for .NET 4.0.3 Released
Enhancements and Fixes
- 1259 Rescale raster images during HTML export. Added the SaveOptions.HtmlExportScaleImageToShape option.
- 1363 A number of resiliency fixes for reading Word documents created by Open Office.
- A number of resiliency fixes to output valid RTF when the original DOC is not enirely valid.
- 1378 Import of H1-H6 tags in HTML now applies Heading 1- Heading 6 styles to imported paragraphs.
- 1382 Made public TextBox.FitShapeToText, TextBox.TextboxWrapMode.
To download http://www.aspose.com/Downloads/Aspose.Words/Default.aspx… Continue Reading
Posted in Aspose.Words Product Family
Aspose.Cells for .NET V4.1.1 Released!
Dear Customers,
We have released Aspose.Cells for .NET v4.1.1!
- Enhanced WebForm demos
- F0007: Supported NPV function in formula calculation engine
- F0009: Supported to read textboxes string in template files
- F0015: Supported BIFF7 encryption in some protected files
- F0016: Supported INDIRECT, ISBLANK, ISERROR, ISNA, ISNUMBER function in formula calculation engine
- F0017: Supported German datetime format string
- F0019: Supported to set active cell in a worksheet
- B0001: Fixed a bug in Cells.MaxDataRowInColumn property
- B0002: Fixed a bug when loading csv files with blank
Posted in Aspose.Cells Product Family
Aspose Customer Newsletter, November 2006
| |
|
Posted in Customer Newsletters
Open – Closed XML
The Office Open XML standard is a great thing, no questions. Lots of talks and writings about the quality of openness around, so I cannot stay away from singing about what I see too.
Office Open XML Final Draft, pages 1631 to 1686.
55! pages that describe a single ST_Border enumeration…
Doesn’t this look suspicious? Who on Earth can possibly want to deal with more than 50 pages of just a border specification? When I see something like this, I … Continue Reading
Posted in Aspose.Words Product Family