GroupDocs.Editor for .NET のリリース
Released: Jul 31, 2020
V20.7 での更新項目
機能
- Support for Mobi format - loading, detecting and editing.
- Added the ability to embed fonts in word processing documents when saving.
- Support for new CSS properties: box-sizing, visibility, text-rendering, and tab-size.
- Support for new HTML elements: IFRAME and NOSCRIPT.
Released: Jul 1, 2020
V20.6 での更新項目
機能
- Added support for fields located across multiple adjacent paragraphs.
- Added support for FILENAME fields.
- Added support for interleaved lists and complex list item marks.
- Added support for TIME HTML fields.
- Added support for all date and time-related fields.
- Better processing of incompatible markup.
- Added support for collapsed borders between adjacent paragraphs.
- Improved compatibility with Linux.
Released: Apr 30, 2020
V20.4 での更新項目
機能
- Added the ability to insert edited slides into existing presentations.
- Added paginal mode for PDF documents.
- Added support for TIFF images.
- Added support for repeatable table headers.
- Added support for ActiveX checkboxes.
- Added support for user-installed fonts in .NET Standard 2.0 assembly on Windows 10/Server 2016.
Released: Mar 31, 2020
V20.3 での更新項目
機能
- Extract fonts installed in the operating system, not only from the system folder (common for all users), but also from a users folder.
- Added new boolean flag (ExtractOnlyUsedFont) to the WordProcessingEditOptions class. Setting this flag to true excludes fonts which are not directly applied to textual content in the document.
- Added support for new HTML elements: COLGROUP, SECTION, OPTGROUP, BDI, BDO, CAPTION, ARTICLE, and WBR.
Released: Feb 28, 2020
V20.2 での更新項目
機能
- Added the ability to set a custom class name for all form-fields with corresponding public options.
- Added the ability to specify text direction before editing plain text documents.
- Added support for PDF 1.7 when saving edited documents.
Released: Feb 3, 2020
V20.1 での更新項目
機能
- Improved support for opening HTML documents from inner-body markup.
- Added support for BUTTON HTML element.
- Added support for MACROBUTTON fields in Word Processing documents
- Added support for STRIKE HTML element.
Released: Dec 30, 2019
V19.12 での更新項目
機能
- Expanded format-representing structs, including parsing from file extension and enumerating over all formats within given format family.
- New static factory in the EditableDocument class, allows you to open it from inner content of an HTML BODY element and corresponding resource folder.
Released: Nov 29, 2019
V19.11 での更新項目
機能
- Added support for .NET Standard 2.0.
- Updated and improved XML comments, documentation and NUSPEC descriptions.
Released: Nov 6, 2019
V19.10.2 での更新項目
不具合の修正
- Exception in bookmark processing mechanism while editing document.
- Exception in field processing mechanism while editing specific documents.
Released: Jun 10, 2019
V19.5 での更新項目
機能
- Added support for complex text effects when working with WordProcessing format family (DOCX, RTF, ODT etc.).
- Shadow
- 3D effect
- Outline
- Glow
- Engrave
- Emboss
- Paged mode in WordProcessing module - WordProcessing options class contains new paged mode which, if enabled, produces HTML markup optimized and adjusted for per-page editing. When a document is converted to HTML and this mode is enabled, it is easy to enable paged edit in any WYSIWYG-editor.
- XML Highlight Options - There is one significant...