Yearly Archives: 2008

Aspose.Slides for Reporting Services 2.1.0.0 Release

This 2.1.0 release and latest 2.1.1 hot fix are merged with latest stable version of Aspose.Slides for .Net.
Also there are several issues were fixed:
  • FitShapeToText didn’t work in previous versions so it was possible that long text blocks didn’t fit to calculated rectangles.
  • Text could be cut off in case it doesn’t fit to a rectangle and CanGrow property set to false.
  • No text background for summary and some other fields.
  • Bold, Italic and Underlined fonts wasn’t rendered properly
Continue Reading
Posted in Aspose.Slides Product Family |

Aspose.Words for Java 2.6.0 Released!

We are happy to announce that Aspose.Words for Java now supports loading of Microsoft Office 2007 Open XML (DOCX) documents!

One of the earlier releases, Aspose.Words for Java 2.4.0 introduced the ability to save documents in the Microsoft Word 2007 DOCX format. This Aspose.Words for Java 2.6.0 release makes it possible to load DOCX files. Now you can open, generate, save and convert DOCX documents. This makes Aspose.Words for Java a first document processing Java library on the market that provides Continue Reading

Posted in Aspose.Words Product Family |

Aspose Customer Newsletter, November 2008

<!– #newsletter-body { font-family:Arial, Helvetica, sans-serif; font-size: 14px; background-color:#FFFFFF; } #newsletter-body h4 { font-size:16px; } #newsletter-body a, #newsletter-body a:link, #newsletter-body a:visited, #newsletter-body a:active, #newsletter-body a:focus { text-decoration:none; color: #009fcd; } #newsletter-body a:hover { text-decoration:underline; } #newsletter-body ol li{ line-height: 1.3em } #newsletter-body hr { height: 1px; clear: both; } –>Continue Reading
Posted in Customer Newsletters |

Aspose 2008年11月お客様へのメールマガジン

#newsletter-body { font-family:Arial, Helvetica, sans-serif; font-size: 14px; background-color:#FFFFFF; } #newsletter-body h4 { font-size:16px; } #newsletter-body a, #newsletter-body a:link, #newsletter-body a:visited, #newsletter-body a:active, #newsletter-body a:focus { text-decoration:none; color: #009fcd; } #newsletter-body a:hover { text-decoration:underline; } #newsletter-body ol li{ line-height: 1.3em } #newsletter-body hr { height: 1px; clear: both; }Continue Reading
Posted in Aspose Japan |

Aspose.Cells for Reporting Services V1.3.0.0 Released!

Many users told us that they liked new features provided by Aspose.Cells for Reporting Services. In the mean time, they also wanted to port their existing RDL reports smoothly.

In this new version, we enhanced standard RDL support. Now our product not only can render RDL reports as built-in Excel render, but also support some more RDL elments, for example, nest tables.

And with this new version, develpers can integrate Aspose.Cells for Reporting Services with Report Viewer control in local mode.

Please download and try … Continue Reading

Posted in Aspose.Cells Product Family |

Aspose.Pdf for Reporting Services V1.4.0.0 Released

In this release, some new features of inline HTML and bookmarks are supported. The algorithm of positioning has been optimized and the rendering speed has been improved. Also, some bugs have been fixed, such as the incorrect display, rendering exception and so on.

Download URL:
http://www.aspose.com/community/files/52/ssrs-rendering-extensions/aspose.pdf.reporting.services/default.aspxContinue Reading

Posted in Aspose.PDF Product Family |

Aspose.Network v4.2.0.0 Supports Outlook Message Files Reading/Writing

We are proud to announce the new release of Aspose.Network v4.2.0.0. The long-awaited features for Outlook Message Files (*.msg) Writing have been completed and included in this release. Microsoft Outlook 2003, 2007, and 2008 are supported well.

Another exciting feature in this release is that the Email Message Files (*.eml) is able to convert to Outlook Message Files (*.msg).

You can now easily do the file format conversion in 1 line of code:

MapiMessage.FromMailMessage(“sample.eml”).Save(“sample.msg”);

For detail documentation of writing outlook message (msg) files, … Continue Reading

Posted in Aspose.Email Product Family |

Aspose.Words for Java 2.5.0 Released

We are proud to announce the long-awaited Aspose.Words for Java 2.5.0 release. The list of new features and fixed issues includes 124 items!

For more info and download seehttp://www.aspose.com/community/files/51/file-format-components/aspose.words/entry148526.aspx

 … Continue Reading

Posted in Aspose.Words Product Family |

Load OpenDocument (ODT) Documents in Aspose.Words

This is the most important new feature in Aspose.Words for .NET 5.3.0 that I almost forgot to mention!

It is now possible to load OpenDocument (OpenOffice Writer) documents in Aspose.Words! Aspose.Words will recognize ODT files automatically and also a new LoadFormat.Odt enumerated value has been added.

It is now easy to convert ODT to OOXML or any other document format supported by Aspose.Words:

Document doc = new Document(@”C:\MyFile.odt”);
doc.Save(@”C:\MyFile Out.docx”);

Note: Loading OpenDocument is in Beta at the moment. We … Continue Reading

Posted in Aspose.Words Product Family |

Generate, Convert and Modify DOC, OOXML, RTF, HTML documents in PHP, Perl, Python, PowerBuilder, VBScript etc

This has been possible with Aspose.Words all the time, but it has now gotten a lot easier.

We used to promote Aspose.Words to be used in .NET and Java applications only and provided “pretty cold” support for customers who wanted to use Aspose.Words in classical ASP with VBScript or JavaScript, in PHP, Delphi or other programming languages.

We have changed the policy now and we are happy to fully support use of Aspose.Words from any programming language.

Here is what we’ve … Continue Reading

Posted in Aspose.Words Product Family |