Text Control DS Server 3.2.0

Released: Nov 8, 2023

Mises à jour de 3.2.0

Fonctionnalités

  • SVG Page Export - Export individual pages or the entire document as scalable vector graphics.
  • Footnotes - Insert Microsoft Word-compatible footnotes in documents. Footnotes are a word processing feature that allows users to insert additional information at the bottom of pages.
  • SVG Rendering Mode - To improve performance, documents can now be rendered as vector data using SVG in the online document editor. This new mode significantly improves performance under special circumstances, such as low bandwidth or high ping times. By default, the editor implements an auto mode. This mode tries to guess the correct rendering mode based on bandwidth and other attributes.
  • Faster Initialization - Document editor initialization speed has been improved through the use of multiple asynchronous channels for resource loading and the ribbon bar. This release utilizes two WebSocket connections to simultaneously load resources and the ribbon content. After loading the main document, users can type and use the first ribbon tab.
  • Editable [Normal] Stylesheet - Added the ability to manipulate the [Normal] style. This allows you to change the root style of the document, which is propagated through all inherited styles. Applying a global change to the root style automatically updates the inherited styles. For example, if a user changes the font name of the [Normal] style, all inherited styles for headings or other elements throughout the document are updated.
  • Initialization with pure JavaScript and Blazor - The document editor can now be initialized with pure JavaScript. This makes it usable in React, Blazor and other environments. Previously, you needed a client-side package such as Angular, Node.js, Web Forms, or ASP.NET Core MVC NuGet packages. The ability to create an instance using pure JavaScript also allows TX Text Control to be used in Blazor.