What's New in this Release?
Aspose development team is happy to announce the monthly release of Aspose.Words for .NET 15.1.0. This month’s release contains over 75 useful new features, enhancements and bug fixes to the Aspose.Words products. Some of the biggest features include fields Public API, new public API members for structured document tags, openDocument (ODT) import/export fidelity improvements, rendering of spacing and kerning in WordArt supported, HTML export/import improved for better round-tripping and comment numbering in rendering. We have now added a new public property HtmlSaveOptions.ExportRoundtripInformation. This option allows to convert Word document to HTML format with round-trip information. Saving of the round-trip information allows to restore document properties such as tab stops, comments, headers and footers during the HTML documents loading back into a Document object. Aspose.Words now takes spacing and kerning in WordArt objects into account during rendering to fixed page formats such as PDF. We have now opened programmatic access to Checked/Unchecked state of SDT (StructuredDocumentTag) Checkbox through StructuredDocumentTag.Checked property. We have also added capability to create StructuredDocumentTag of type SdtType.Checkbox in the public API. We have added a couple of usage examples in documentation. Please check out “shows how to set the current state of check box” and “shows how to create content control of type check box” examples in documentation. We are proud to announce public fields API v1.0 that will be exposed starting from 15.1 release of Aspose.Words. Initially, we have added the following new classes and properties to this API. All FieldXXX classes are now public. Each class corresponds to a certain MS Word field type and provides a number of properties corresponding to arguments, switches and switch arguments of that field. All field types and arguments/switches listed in the specification (except the newest ones appeared in MS Word 2013) are covered that makes it a unique solution on the market. We have introduced two property types i.e. boolean for stand-alone switches and string for arguments and arguments of switches. In defense of this approach, we can adduce the following: if we treat UI of MS Word as a visual analogue of its API, the field insertion dialog also provides checkboxes for simple switches and textboxes (without any format verification) for the rest. We have also exposed access to field format switches common for all field types via the Field.Format, Field.Format.NumericFormat, Field.Format.DateTimeFormat, and Field.Format.GeneralFormats properties. The user is now able to read or modify field format. We have introduced the new overload DocumentBuilder.InsertField(FieldType fieldType, bool updateField) which allows to insert a field by its type. We have introduced three overloads of the Paragraph.AppendField() method, each corresponding to a DocumentBuilder.InsertField() method with similar signatures. The list of new and improved features added in this release are given below
Aspose.Words is a word processing component that enables .NET, Java & Android applications to read, write and modify Word documents without using Microsoft Word. Other useful features include document creation, content and formatting manipulation, mail merge abilities, reporting features, TOC updated/rebuilt, Embedded OOXML, Footnotes rendering and support of DOCX, DOC, WordprocessingML, HTML, XHTML, TXT and PDF formats (requires Aspose.Pdf). It supports both 32-bit and 64-bit operating systems. You can even use Aspose.Words for .NET to build applications with Mono.
Aspose development team is happy to announce the monthly release of Aspose.Words for .NET 15.1.0. This month’s release contains over 75 useful new features, enhancements and bug fixes to the Aspose.Words products. Some of the biggest features include fields Public API, new public API members for structured document tags, openDocument (ODT) import/export fidelity improvements, rendering of spacing and kerning in WordArt supported, HTML export/import improved for better round-tripping and comment numbering in rendering. We have now added a new public property HtmlSaveOptions.ExportRoundtripInformation. This option allows to convert Word document to HTML format with round-trip information. Saving of the round-trip information allows to restore document properties such as tab stops, comments, headers and footers during the HTML documents loading back into a Document object. Aspose.Words now takes spacing and kerning in WordArt objects into account during rendering to fixed page formats such as PDF. We have now opened programmatic access to Checked/Unchecked state of SDT (StructuredDocumentTag) Checkbox through StructuredDocumentTag.Checked property. We have also added capability to create StructuredDocumentTag of type SdtType.Checkbox in the public API. We have added a couple of usage examples in documentation. Please check out “shows how to set the current state of check box” and “shows how to create content control of type check box” examples in documentation. We are proud to announce public fields API v1.0 that will be exposed starting from 15.1 release of Aspose.Words. Initially, we have added the following new classes and properties to this API. All FieldXXX classes are now public. Each class corresponds to a certain MS Word field type and provides a number of properties corresponding to arguments, switches and switch arguments of that field. All field types and arguments/switches listed in the specification (except the newest ones appeared in MS Word 2013) are covered that makes it a unique solution on the market. We have introduced two property types i.e. boolean for stand-alone switches and string for arguments and arguments of switches. In defense of this approach, we can adduce the following: if we treat UI of MS Word as a visual analogue of its API, the field insertion dialog also provides checkboxes for simple switches and textboxes (without any format verification) for the rest. We have also exposed access to field format switches common for all field types via the Field.Format, Field.Format.NumericFormat, Field.Format.DateTimeFormat, and Field.Format.GeneralFormats properties. The user is now able to read or modify field format. We have introduced the new overload DocumentBuilder.InsertField(FieldType fieldType, bool updateField) which allows to insert a field by its type. We have introduced three overloads of the Paragraph.AppendField() method, each corresponding to a DocumentBuilder.InsertField() method with similar signatures. The list of new and improved features added in this release are given below
- Fields Public API
- New public API members for structured document tags
- OpenDocument (ODT) import/export fidelity improvements
- Rendering of spacing and kerning in WordArt supported
- HTML export/import improved for better round-tripping
- Comment numbering in rendering
- Support importing li.value from HTML Feature
- Add freature for new ImportFormatMode (Keep Source Formatting Smart)
- Text auto-fit does not work properly with vertical text. Feature
- Add "style:paragraph-properties" -> "style:auto-text-indent" import/export
- Consider adding an ability to export documents to HTML page by page.
- Make it possible to create Fields using DOM (without using DocumentBuilder).
- Implement public field API (V1.0)
- Public fields API - Implement field types
- Allow programmatic access to Checked/Unchecked state of SDT Checkbox
- Allow to create StructuredDocumentTag of type Checkbox
- Provide a way in API to update page numbers only for TOC
- Cell widths are not preserved when appending to another document
- Support comment numbering
- RTF->Html->RTF conversion issue with sub list items indentation
- RTF->Html->RTF conversion issue with space between list label and list text
- Position of Dml textboxes is incorrect.
- Expose HtmlSaveOptions.ExportRoundtripInformation as public proprerty
- Position of footer contents is changed after conversion from Doc to Pdf
- Font is changed during open/save.
- Extra empty page is added to the document during rendering.
- WList numbering in repeated region continues instead of restarting
- Doc to HTML conversion issue with merged cell in the table
- WHTM to Doc conversion issue with text
- Docx to Fixed file format conversion issue with footnote
- Support spacing and kerning in WordArt texts. Enhancement
- WORDSNET-9578 Incorrect page count during Docx to Pdf conversion
- Incorrect page count during Doc to Pdf conversion
- Left margin is being exported wrongly during Word-HTML-WORD roundtrips
- Text is missing from SmartArt when Docx is exported to Pdf
- Docx to Pdf conversion issue with image rendering
- DocumentBuilder.InsertHtml ignore list numbers
- Line break is lost after conversion from Doc to Txt
- The words have been shifted to the next line after the merging of documents
- Blank pages are added after merging documents Bug
- Cell Widths not Preserved, Words Moved to Next Lines and Blank Pages in Merged Document
- UpdateFields does not function on CardText switch for larger numbers
- Paragraph SpaceBefore is imported incorrectly in Aspose.Words DOM
- Content moving to the next line in merged document
- Table cell content splitting to multiple lines after merge
- Content moving to the next line in merged document
- Text splitting to 2 lines after merge
- Page break issue on merged document
- Docx to PDF conversion issue with equation fields
- Textbox position is changed after conversion from Docx to Html
- Aspose.Words.FileCorruptedException is thrown while loading Docx
- Document.UpdateFields issue with relative file reference in INCLUDETEXT
- Font of list numbering looks wrong in generated PDF
- Docx to Pdf conversion issue with table's rendering
- Docx to Pdf conversion issue with table's row height
- Doc to txt conversion issue with uppercase letter
- UpdateFields does not correctly handle StyleRef field with \s switch
- Text in DML TextBox truncates in generated PDF
- Document.PageCount throws System.InvalidOperationException while using multi threading
- Hebrew text does not render correctly in output Pdf
- Docx to pdf conversion issue chart rendering
- HTML table borders are rendered incorrectly
- IE8 does not open HtmlFixed file correctly
Overview: Aspose.Words
- Homepage Aspose.Words for .NET
- Download Aspose.Words for .NET
No comments:
Post a Comment