Search
Follow Us
Categories
- Success Stories(157)
Archives
Yearly Archives: 2007
Aspose 顾客时事通讯, 2007 年10月
|
Posted in Aspose China
Aspose.Total Northwind Demos with Windows Vista support
Dear Customers,
We are glad to share that now Aspose.Total Northwind Demos are supported on Windows Vista too. These demos are offered in both Visual Studio 2003 & 2005 formats. We recommend for Windows Vista users to use Visual Studio 2005 version of Aspose.Total Northwind Demos. You may download and get more information about these demos from the links below:
- Aspose.Total Northwind Demos (CSharp) for Visual Studio 2003
- Aspose.Total Northwind Demos (VB) for Visual Studio 2003
- Aspose.Total Northwind Demos (CSharp)
Posted in Salman Sarfraz
Aspose Alıcı Bültenin, Ekim 2007
|
Posted in Aspose Turkey
Aspose Customer Newsletter, October 2007
|
Posted in Customer Newsletters
Aspose.Words for Java API Reference now with code examples!
We have finally added code examples to the Aspose.Words for Java API Reference.
Check it out, here is a page for the Body class http://www.aspose.com/Products/Aspose.Words/Api/index.html?url=com/aspose/words/Body.html
And of course I cannot resist not to tell you how cool our system for documentation generation is.
- Code examples are initially written in C# and arranged as unit tests in a class library.
- We compile and run the examples project to make sure all works and passes (you don’t see the actual unit testing asserts
Posted in Aspose.Words Product Family
Aspose.Chart v3.4.6 Released
What’s New
- Adds CustomAttributes.BarOverlap for supporting bar overlap.
- Adds CustomAttributes.BubbleSize for seting the size of each bubble manually and changs the arithmetic that calculate max bubble size and min bubble size by.
- Adds CustomAttributes.BubbleSizeRepresents for bubble size representing bubble’s area or bubble’s diameter.
Fixes
- Multiple chart areas is missed vertical grid lines
- Labels on Y-Axis with small font not be displayed
Posted in Aspose.Total Product Family
Aspose.Network for NET 3.6.0.0 Released
Introduction
This release contains new features, features enhancement and bug fixes since v3.5. Please check following description for more detail information.
What’s New?
3756 – Support to render multipart/mixed type part in EML format.
A new property Attachment.EmptyAttachment is added for this feature.
[Sample]
MailMessage msg = MailMessage.Load(@”c:\ExchangeMessage.eml”, MessageFormat.Eml);
msg.Attachments.Add(Attachment.EmptyAttachment);
msg.Save(@”c:\exchangeeml.eml”);
3758 – Support to delete attachments in Outlook Message files.
[Sample]
MailMessage.DestroyAttachments(@”c:\attachment.msg”);
3759 – Support converting undeliverable report message (Outlook Message files) to Eml format.… Continue Reading Posted in Aspose.Email Product Family