Search
Follow Us
Categories
- Success Stories(157)
Archives
Monthly Archives: September 2007
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
Aspose.iCalendar v1.2.5 Released
What’s New
- 3738 – Demo projects for VS2005.
Fixes
- 3737 – Error 2869 when the installer works under Windows Vista.
Download URL: http://www.aspose.com/Community/Files/54/aspose.icalendar/default.aspx
… Continue Reading Posted in Aspose.Email Product Family
Aspose.Pdf for Reporting Services V1.0.0.0 Released!
Introduction
Microsoft SQL Server Reporting Services fulfills a need that many organizations are faced with—the need to build business intelligence and reporting solutions. Until now, developers were required to embed reports into their applications, or organizations were required to purchase expensive and sometimes problematic third-party reporting solutions. Now, Microsoft SQL Server Reporting Services offer a complete solution for distributing reports across the enterprise; enabling businesses to make decisions better and faster.
Aspose.Pdf for Reporting Services is another unique solution from … Continue Reading
Posted in Aspose.PDF Product Family
New sample: Word2Help – a tool to split DOC file into HTML topics
We have turned a utility we use at Aspose in building of our product documentation into a public source code sample. It is available for download here http://www.aspose.com/Community/Files/51/aspose.words/entry94733.aspx
Here is some info:
We author documentation in Microsoft Word and then use Word2Help to:
- Split DOC file(s) into topics according to Heading styles.
- Save each topic into a separate HTML file and export images into files.
- Fix hyperlinks so the hyperlinks that were internal in a single DOC file continue to work across multiple HTML files.
- Inject a predefined HTML
Posted in Aspose.Words Product Family
RDL + HTML = AWesome Reports!
We often stress that the development of our products is customer-driven. This means we respond to customer requests quickly and exhaustively, making customers feel as if they directly participated in the development. This cooperation is mutually beneficial and sometimes results in brilliant ideas indeed.
Yesterday I had a conversation with a customer whose requirement was exporting RDL reports to Microsoft Word documents. The problem was that he wanted his reports to have quite a lot of inline formatting, which is … Continue Reading
Posted in Aspose.Words Product Family