Search
Follow Us
Categories
- Success Stories(157)
Archives
Monthly Archives: April 2008
Aspose.Words for Reporting Services 2.2.0.0 Released
Please welcome another release of our popular product – Aspose.Words for Reporting Services 2.2.0.0. We’ve decided to skip a bunch of maintenance releases such as 2.1.X.X mainly because of a couple of new export formats implemented –
- Hypertext markup language (HTML)
- Plain text (TXT)
We could have added these formats much earlier (since the product is built on the top of Aspose.Words which supports both), but we were not quite sure the users really needed them. But we’ve recently figured out they did! … Continue Reading
Posted in Aspose.Words Product Family
Aspose using Sitefinity CMS to manage its web content
Aspose is constantly in search of new ways to better serve our valuable customers. One of the latest efforts undertaken in this regard is the upgrading of Aspose website. We have moved few of our website modules onto Sitefinity CMS which is an ASP.NET based WYSIWYG Content Management System. Sitefinity CMS includes powerful controls developed by Telerik that made it easier for us to build our web pages quickly and in a more manageable way.
The new CMS based … Continue Reading
Posted in Website Development
Aspose Document Converters for SharePoint Server 2007
This is a brief update for an article I wrote about a year ago on how to create Microsoft Office SharePoint Server 2007 DOC to PDF (and other) document converters using Aspose components.
A Bit of History
We have published the article initially at CodeProject in the SharePoint section. The article was actually quite popular and received lots of hits. However, after a few months it was deleted by CodeProject. The reason given for deletion was “the article promotes a … Continue Reading
Posted in Aspose.Words Product Family
Aspose.Pdf.Kit for Java 2.0.0.0 Released
In this release, digital signature is supported. Form feature is improved. CJK font is supported in form filling and text stamping.
The features table at http://www.aspose.com/documentation/file-format-components/aspose.pdf.kit-for-.NET-and-java/features.html is updated. As you can see, many features in .NET version is now supported in Java version.
You can download it at
http://www.aspose.com/community/files/51/file-format-components/aspose.pdf.kit/category1198.aspx.
… Continue Reading
The features table at http://www.aspose.com/documentation/file-format-components/aspose.pdf.kit-for-.NET-and-java/features.html is updated. As you can see, many features in .NET version is now supported in Java version.
You can download it at
http://www.aspose.com/community/files/51/file-format-components/aspose.pdf.kit/category1198.aspx.
… Continue Reading
Posted in Aspose.PDF Product Family
Cell.Style property vs Cell.GetStyle/SetStyle method
Since v4.4.2, we add two new methods to format a cell: Cell.GetStyle method and Cell.SetStyle method.
So now you can use the following two ways to format a cell:
1. use Cell.Style property
[C#]
cell.Style.Font.IsBold = true;
[VB.NET]
cell.Style.Font.IsBold = True
2. use Cell.GetStyle and Cell.SetStyle method
[C#]
Style style = cell.GetStyle();
style.Font.IsBold = true;
cell.SetStyle(style);
[VB.NET]
Dim style as Style = cell.GetStyle()
style.Font.IsBold = True
cell.SetStyle(style)
You can see that the first approach is easy and straight-forward. So why … Continue Reading
OOXML: Don’t Repeat Yourself 30 Times!
It struck me from the first day I saw the OOXML specification how “strange” it is. You know borders in MS Word. I mean those text, paragraph and table borders. Complete specfication for a border takes 6 pages in OOXML. I’d say it is a bit too much for such a simple thing as a border, but that’s okay, I guess the more detailed the spec the better.
The problem is that this 6 pages border specification is repeated in the OOXML … Continue Reading
Posted in Aspose.Words Product Family
Aspose Customer Newsletter, April 2008
|
Posted in Customer Newsletters
Aspose Müşteri E-Bülten, Nisan 2008
|
Posted in Aspose Turkey