Products Technologies Demo Docs Blog Support Company

Client-Side Packages for X19 Available

All client-side packages for TX Text Control .NET Server X19 have been released including Angular npm and MVC NuGet packages.

Client-Side Packages for X19 Available

When updating your project to the new version X19 (29.0), you also want to update the used client-side packages in your projects.

Available Packages

We released the following packages compatible to TX Text Control .NET Server X19:

Updating NuGet Packages

In order to update the NuGet packages in your Visual Studio project, you can use the available UI (Tools -> NuGet Package Manager -> Manage NuGet Packages for Solution...) to find the latest version and to Update it.

Package Manager

Or you use the Package Manager Console to update your packages. The following command updates the document editor package TXTextControl.Web to the latest release:

Update-Package TXTextControl.Web

Updating npm Packages

In Angular, npm is used to update packages. As this is a new major release, the command update cannot be used to install the latest major version. Instead, the command install is required. The following command installs the latest release of the Angular document editor into the current project:

npm install @txtextcontrol/tx-ng-document-editor@latest

Let us know what you think about the new features of TX Text Control X19. We are eager to get your feedback on this release.

Stay in the loop!

Subscribe to the newsletter to receive the latest updates.

Angular

Integrate document processing, editing, sharing, collaboration, creation, electronic signatures, and PDF generation into your Angular Web applications.

Learn more about Angular

Related Posts

AngularASP.NETJavaScript

Using the Document Editor in SPA Applications using the removeFromDom Method

This article shows how to use the removeFromDom method to remove the Document Editor from the DOM when it is no longer needed. This is useful when the Document Editor is used in a Single Page…


ASP.NETReactDocument Editor

TX Text Control React Packages Released

We are very happy to announce the immediate availability of React packages for TX Text Control. The new packages are available on npm and provide a wide range of document processing features…


AngularASP.NETDocument Viewer

Merging Signature Annotations into Documents

The latest version of the TX Text Control Document Viewer can be used to sign any document with an annotation signature. This sample shows how to merge those SVG images into documents server-side.


AngularASP.NETDS Server

Version 30.0 Live Preview

Still in early beta, we published a live demo that shows some of the new features of TX Text Control 30.0 including comments and the new online document editor ribbon style.


AngularASP.NETDS Server

TX Text Control 30.0 Preview: Improved Online Document Editor Ribbon Design

We are currently working on version 30.0 that is planned to be released in Q4 2021. In this new version, the online document editor will receive an improved ribbon design and additional sidebars.…