Yearly Archives: 2008

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

In This Issue

  • ウェルカム!
  • 製品スポットライト – Aspose.AdHoc
  • Sitefinity CMS を使用して Web コンテンツの管理
  • 最新のプラットフォームで Aspose.Words for .NET
  • Aspose.Cells for Reporting Services のクライアント ツールが新しく VBA ベースの UI に
  • Aspose.Words for .NET で DrawingML グラフィックをインポート
  • Aspose.Slides for Reporting Services 1.1.5.0 リリース
  • PPTX プレゼンテーション内でスライドをコピー
  • Aspose.Pdf.Kit for Java でデジタル署名をサポート
  • Aspose.Cells for .NET 4.4.3.0 リリース
  • Aspose.Slides for Java で OLE1 のネイティブ オブジェクトと双方向の書き込みをサポート
  • Technical Article – Aspose のコンポーネントを使用して Microsoft Office SharePoint Server 2007 で DOC を PDF へ変換
  • Technical Tip – アプリケーションで Aspose.Slides を効果的に使用

ウェルカム

Aspose Newsletter

Continue Reading
Posted in Aspose Japan |

Aspose 顾客时事通讯, 2008 年5月

In This Issue

  • 欢迎!
  • P产品聚光灯 – Aspose.AdHoc
  • Aspose 使用 Sitefinity CMS 来管理网站内容
  • Aspose.Words for .NET 适用于最新平台
  • Aspose.Cells for Reporting Services的新客户端控件界面基于VBA
  • Aspose.Words for .NET支持输入DrawingML图形
  • Aspose.Slides for Reporting Services 1.1.5.0 已发布
  • PPTX 演示中复制幻灯片
  • Aspose.Pdf.Kit for Java支持数字签名
  • Aspose.Cells for .NET 4.4.3.0 已发布
  • Aspose.Slides for Java 支持 OLE1 本地对象和双写入
  • 技术文档– 在Microsoft Office SharePoint Server 2007中通过使用 Aspose组件实现DOC转换为PDF
  • 技术小贴士– 这样在您的程序中有效使用Aspose.Slides

欢迎

欢迎阅读Aspose 2008年3月份月度快报!在本月快报中,我们将对我们的亮点产品Aspose.AdHoc作出相关介绍。还将对新近发布的产品Aspose.Words,Cells for Reporting Services,Aspose.Slides for Reporting Services,Aspose.Slides, Aspose.Pdf.Kit 和 Aspose.Cells的新功能和部分已有功能作出相关介绍。通过本月的技术小贴士,您还将了解到来自Aspose的最新技术信息——实例解析怎样在你的程序中有效的使用Aspose.Slides,以及展示 在Microsoft Office SharePoint Server 2007中使用Aspose控件实现DOC转化为PDF文件的技术文档。

    产品聚光灯

Aspose.AdHoc的 查询构建控件是一个ASP.NET 控件,它能够用于广泛的多样性任务,广泛搜索Ad Hoc报表去快速简单的搜索屏幕。开发者能够简单的拖拽放置

Continue Reading
Posted in Aspose China |

Aspose.Words – the engine of choice for online word processors?

There is a number of great products already out there built by great companies and great people that incorporate Aspose.Words for their document processing needs. But I find it especially rewarding when Aspose.Words is used to build a word processing application, especially an online word processor!

We’ve mentioned earlier and got mentioned that the Buzzword team chose Aspose.Words for .NET to use as an engine for loading and saving documents in various formats. We keep working hard to make sure they are … Continue Reading

Posted in Aspose.Words Product Family |

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
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

Posted in Aspose.Cells Product Family | Tagged , , , ,

WorldMap used Aspose.Cells for .NET to collect Global data at a local level

About WorldMap

Mission Atlas Project icon

The World Missions Atlas Project (MAP) is an attempt to pick up the challenge Charles H. Fahs issued in 1925, namely to utilize the advances in computer and Internet technologies to establish an accurate base map of the world (at least a 1:1,000,000 projection).

Our mission has been comprehensive: To create maps of languages and people groups for each country of the world while linking appropriate missions related data. The status of each language and people group was … Continue Reading

Posted in Aspose.Cells Product Family, Aspose.Cells, Success Stories | Tagged , ,

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 |