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.

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:
-
TXTextControl.Web (ASP.NET (Core) MVC Document Editor)
https://www.nuget.org/packages/TXTextControl.Web/29.0.900.500 -
TXTextControl.Web.DocumentViewer (ASP.NET (Core) MVC Document Viewer)
https://www.nuget.org/packages/TXTextControl.Web.DocumentViewer/29.0.300.500 -
@txtextcontrol/tx-ng-document-editor (Angular Document Editor)
https://www.npmjs.com/package/@txtextcontrol/tx-ng-document-editor/v/29.0.0 -
@txtextcontrol/tx-ng-document-viewer (Angular Document Viewer)
https://www.npmjs.com/package/@txtextcontrol/tx-ng-document-viewer/v/29.0.0
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.
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.
Angular
Integrate document processing, editing, sharing, collaboration, creation, electronic signatures, and PDF generation into your Angular Web applications.
Related Posts
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…
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…
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.
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.
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.…