Text Control DS Server 5.0

Released: Mar 12, 2026

5.0 での更新項目

機能

  • Built on TX Text Control 34.0 - TX Text Control DS Server 5.0 is now built on the latest TX Text Control 34.0 document processing engine. This update brings the newest improvements from the core TX Text Control platform to DS Server, including enhanced performance, improved document fidelity, and support for the latest document formats and features.
  • Dependency Injection Services for Plugins - DS Server now exposes internal functionality through two new services that can be injected into plugins using ASP.NET Core Dependency Injection.
    • IDocumentProcessingService - Provides access to DS Server's document processing capabilities, including:
      • Document conversion.
      • Mail merge processing.
      • Document manipulation.
      • PDF form field extraction.
      • Barcode generation.
    • IDocumentEditorSessionService - Provides access to active Document Editor sessions. Plugins can interact with live documents, modify formatting, access form fields, or implement custom logic tied to editor sessions.
  • Document Editor Improvements - DS Server 5.0 also includes several improvements to the HTML5 Document Editor:
    • Descriptive text for frames, tables, hyperlinks and document links.
    • Merge blocks inserted via the ribbon now create unformatted tables.
    • Status bar now displays insert and overtype mode.
    • Initial text for certain merge fields can be defined through the JavaScript API.
    • Browser console message when the TCP backend server is not running.
    • Measurement units in the ribbon are now localized.
  • Document Viewer Improvements - The Document Viewer now supports improved security for signing processes. When a custom signing endpoint is provided via a plugin, DS Server can now automatically include the current OAuth access token when redirecting to the signing endpoint. This allows plugin-based signing services to reuse DS Server's built-in access token validation.