中国最专业的商业控件服务网

慧都控件网

节假日值班电话:023-66090381
product
最经典Silverlight控件套包助你打造酷炫的Web应用程序

寻找一款类似word的文档编辑控件

您好!根据您的需求,我们为您推荐一款.Net文档处理控件——Aspose.Words,该控件支持生成,更改,转换,渲染和打印文档,并可以通过编程创建,修改,提取和替换所有的文档元素包括章节,页眉,页脚,段落,列表,表格,文本,字段,超链接,书签和图像,可以很好的满足您的需求。

请推荐html->PDF, Word->PDF的好产品

根据您的需求,我们建议结合Aspose.PdfAspose.WordsAspose.PDF.Kit三个产品来使用,可以达到您所描述的需求。

上一个 上一个 Aspose.Cells 下一个 下一个Aspose.Slides
Aspose.Words
[产品编号: 10564 ]  
Aspose.Words

收藏订阅

  • 当前版本:v11   [销售以商家最新版为准,如需其他版本,请来电咨询]
  • 开  发 商:ASPOSE 独家代理
  • 产品类型:独立控件
  • 产品功能:Microsoft Office相关
  • 控件类型:.NET / JAVA
  • 其他特性:Windows Form
  • 产品源码:不提供源码
关于本产品的分类与介绍仅供参考,具体以商家网站介绍为准。
产品介绍 下载 购买 版本更新 开发商 视频与培训 评论(9)  
v9.1  Aspose.Words v9.0 (10-04-15) v8.1

Aspose.Words 版本更新 v9.0 (更新日期:4/15/2010)

What's New in Aspose.Words for .NET 9.0.0

The important improvements are:

  • Table of Contents (TOC) fields are now updated/rebuilt.
  • Load and save Word 2010 OOXML documents (ISO 29500 Transitional) is supported.
  • Embedded OOXML packages are supported.
  • TrueType fonts are subsetted and embedded into output EPUB.
  • Footnotes are partially supported when rendering/saving to PDF.

Table of Contents Update

It is my big pleasure to announce Aspose.Words can finally build a complete and up-to-date table of contents in Microsoft Word documents.

The use case is pretty obvious: programmatically build your document up (possibly by combining parts from different documents) and then convert it to PDF or print.

If you want a table of contents in such a document, you want it to be filled with the correct entries and page numbers. Aspose.Words now supports the Microsoft Word TOC field completely with all of its formatting switches and builds a table of contents that you will not be able to distinguish from the one built by Microsoft Word itself. I do not think there is any other viable solution except Aspose.Words that can do this (the alternative is automating Microsoft Word on the server of course).

Make sure you call Document.UpdateFields before you convert the document to PDF. This will update the TOC field and all other fields in the document.

Microsoft Word 2010 OOXML Support

Microsoft Word 2010 saves DOCX documents in the format that is officially known as ISO/IEC 29500:2008 Transitional.

Aspose.Words now supports saving and loading OOXML documents in ISO/IEC 29500:2008 Transitional in addition to the existing ECMA-376 1st Edition. Loading of both DOCX "flavours" is performed seamlessly. Saving to DOCX defaults to saving as ECMA-376 to maintain backward compatibility.

Improvements for Embedded Objects

OOXML documents can contain embedded objects in the form of OLE objects or embedded OOXML packages. Earlier versions of Aspose.Words supported only OLE objects. Embedded OOXML packages were lost during open/save.

Now embedded OOXML packages are preserved during DOCX open/save. Note that embedded OOXML packages are still lost if you convert a DOCX document to a non-OOXML format such as DOC or RTF. This will be supported in the next version.

There are also improvements in Aspose.Words that make extracting embedded objects easier. You can now use the OleFormat.SuggestedExtension property to get the file extension of the embedded object. You can use this extension to constuct a suitable file name when extracting an embedded object. Several issues regarding extracted objects were not "unwrapped" properly have been addressed.

Footnotes Supported in Rendering

Footnotes at the moment are only partially supported. Yet we decided it is better to release now because some footnotes is better than no footnotes at all.

Some of the limitations are:

  1. Only footnotes are rendered. Endnotes are not rendered.
  2. Footnotes are rendered immediately below text (not at the bottom of the page)
  3. Wrapping of long footnotes to next page is not supported. The text of the footnote could be truncated.
  4. Occassionally the text of the footnote will not appear.

More complete support hopefully in the next version.

Embedded TrueType Fonts in EPUB Export

EPUB is a popular format for eBooks and mobile reading devices and applications. To preserve the original look of the document on any reading device EPUB allows font embedding.

Aspose.Words now provides options for subsetting and embedding TrueType fonts used by a document when you convert a document to EPUB. Since EPUB is based on HTML, the same font embedding is available in Aspose.Words when saving to HTML or MHTML.

Breaking Changes

There are some breaking changes in the Aspose.Words API. All saving and conversion related enums, events and classes have been moved to the new Aspose.Words.Saving namespace.

If you have a compile error when upgrading to Aspose.Words for .NET 9.0.0, do not worry. Just add using Aspose.Words.Saving; to your code.

All Fixes and New Features

Here is the complete list of fixes and new features.

Issue ID Type Desc. Component Summary
7946 Bug DOCX DrawAspect is changed from Icon to Content After Open/Save DOCX document.
9995 Bug DOCX Excel file, extracted from DOCX document using Aspose.Words, cannot be opened.
14353 New Feature DOCX Load and save ISO 29500 Transitional / Word 2010 OOXML
15121 Bug DOCX “System.InvalidOperationException: Token StartElement in state Epilog would result in an invalid XML document.” occurs during saving to DOCX.
15503 Bug DOCX Embedded objects are lost during DOCX to DOCX conversion
15594 New Feature DOCX Provide an ability to extract Embedded Packages from DOCX/FOPC documents.
15229 Bug Flow Conversions HyperlinkBase property is lost after open/save documents.
3296 Bug HTML Nested ordered lists are autoassigned with different number formats.
4325 Bug HTML Borders of merged cells are imported not properly.
9808 New Feature HTML Subset and export font resources with HTML, MHTML and EPUB when needed/requested
14426 Bug HTML 'type' attribute is ignored upon HTML import
15223 Bug HTML Non-breaking spaces are not underlined upon converting to HTML.
15436 Task HTML ExportImport: Roundtrip border width
15448 Task HTML ExportImport: Hidden text appears visible on second export
15516 Task HTML ExportImport: Bottom border line is lost in second export
14802 Bug Layout Incorrect image layout.
14048 Bug MailMerge Empty string is not enclosed in double quotes in nested IF field.
14463 Bug MailMerge TableStart and TableEnd mergefields disappears after executing simple mail merge.
14916 Bug MailMerge Use current culture settings during calculating formulas.
14989 Bug MailMerge “!Undefined Bookmark” text is shown after executing mail merge.
3257 New Feature Model Expose original file name of embedded OLE object.
4838 Bug Model Extracted OLE object is corrupted (Excel Workbook).
8430 New Feature Model Add the HyperlinkBase built-in document property.
10380 New Feature Model Support updating TOC (Table of Contents)
10801 Bug Model Field codes are displayed instead TOC after updating fields.
12530 New Feature Model Support the MERGEFORMAT switch when updating fields.
12589 Bug Model Extracted .xlsx file is not valid.
12812 Bug Model “Undefined bookmark” error is shown in the document after updating fields.
13861 Bug Model “System.InvalidOperationException : Unexpected node type.” occurs during UpdateFields.
14079 Bug Model “System.IndexOutOfRangeException : Index was outside the bounds of the array.” occurs during UpdateFields.
14872 Bug Model InvalidCastException occurs upon updating fields.
15167 Bug ODT Hidden text becomes visible after open/save ODT document.
15168 Bug ODT FileCorruptedException occurs durign opening the document
15256 Bug ODT Bookmarks are lost upon converting from ODT to ODT and DOCX
15257 Bug ODT Text contained inside text:ruby disappears when converting from ODT to DOCX
15305 Bug ODT Header disappears during converting to ODT.
15332 Bug ODT FileCorruptedException occurs during opening.
15344 Bug ODT HighlightColor is recognized as Background color upon importing ODT.
7082 Bug PDF Content of some textboxes is missed upon converting to PDF.
10245 Bug PDF Shape’s rounded corner becomes an arrow in PDF.
13949 New Feature PDF Support chroma key in Pdf and XPS renderer
14418 Bug PDF The shape located inside transparent textbox disappears during rendering to PDF.
8906 New Feature Rendering Transparent background of shape becomes white after rendering/converting to PDF and hides some content.
13309 Bug Rendering VAGRounded LT font is changed upon converting to PDF/XPS.
14419 Bug Rendering Metafile (embedded excel sheet) is renderig improperly in PDF/XPS.
14870 Bug Rendering Text inside TextBox disappears during rendering.
9345 Bug RTF Images are missed from the document after open/save.
12068 Bug WML System.IndexOutOfRangeException occurs during rendering.