Monthly Archives: December 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
Continue Reading
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.Slides for .NET 2.6.1.0 released!

Hot fix contains:
  • Fixed: Creating connectors on a slide if presentation doesn’t contain any yet.
  • Changed: Default style of curve connector.
  • “Creating Connectors” chapter in the Programmer’s Guide.
Continue Reading
Posted in Aspose.Slides 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
Continue Reading
Posted in Aspose.Cells Product Family |

Aspose Customer Newsletter, November 2006

In This Issue

• Welcome!
• Cool Holiday Savings
• Product Spotlight – Aspose.Editor
• Aspose.Pdf.Kit for .NET 2.2 Released
• Tech Tip – Aspose.Grid Web Tips – Using your own icons instead of the default icons.
• Aspose products have their own blogs

Welcome!

Welcome to the November 2006 issue of the Aspose Newsletter! In this month’s newsletter we offer to you a 10% savings on any product or product suite! This is our way of saying

Continue Reading
Posted in Customer Newsletters |

Aspose.Slides for .NET 2.6.0.0 released!

Dear Customers,

We have released Aspose.Slides for .NET 2.6.0.0.
This release includes changes made in 2.5.* hot fixes and new features:
  • New: Reading, creating and rendering connectors.
  • New: Rendering only selected shapes on a slide thumbnail.
Code examples will be added to the programmer’s guide.
Continue Reading
Posted in Aspose.Slides Product Family |