Getting Started

Below you will find a list of resources that will help you get started with TX Text Control .NET Server for ASP.NET.

Getting Started: Document Editor with Angular CLI

Getting Started: Document Editor with Angular CLI

This article shows how to use the TX Text Control Document Editor npm package for Angular within an Angular CLI application. This is the first course of a getting started series for Angular to learn how to use the Document Editor in Angular.

Getting Started: Document Viewer with Angular CLI

Getting Started: Document Viewer with Angular CLI

This article shows how to use the TX Text Control Document Viewer npm package for Angular within a Angular CLI application.

Getting Started: Loading and Saving Documents using Angular

Getting Started: Loading and Saving Documents using Angular

This tutorial shows how to load and save documents using the JavaScript API in Angular applications.

Building an ASP.NET Core Backend

Building an ASP.NET Core Backend

This step-by-step walkthrough shows how to create an ASP.NET Core backend required for Angular applications using TX Text Control.

Getting Started: Programming the Angular Document Editor

Getting Started: Programming the Angular Document Editor

This tutorial shows how to use the JavaScript API to program the TX Text Control Angular Document Editor.

Live Samples Hosted on StackBlitz

Live Samples Hosted on StackBlitz

We are introducing a new live tutorial repository hosted on StackBlitz that enables you to test and modify samples using TX Text Control.

Getting Started: Angular Document Editor Attributes Explained

Getting Started: Angular Document Editor Attributes Explained

This article explains the possible attributes that can be used when initializing the TX Text Control Document Editor for Angular.

Creating an Angular Application with an ASP.NET Core Backend

Creating an Angular Application with an ASP.NET Core Backend

This tutorial will show you how to use the Angular version of the TX Text Control within an ASP.NET Core Web application as the back end to be used.

Requesting Electronic Signatures

Requesting Electronic Signatures

Requesting signatures is a common application using the TX Text Control document viewer available for ASP.NET, ASP.NET Core and Angular. This article shows a typical workflow how to prepare documents for a signature acquisition.

Document Editor and Viewer with Newer Versions of Angular CLI

Document Editor and Viewer with Newer Versions of Angular CLI

For compatibility reasons, the peer dependencies of the TX Text Control Angular packages are older, but they are backward and forward compatible. This tutorial shows how to use TX Text Control packages with newer versions of Angular.

Detect Toggle Button Changes

Detect Toggle Button Changes

This article shows how to detect changes of toggle buttons in the ribbon of the web editor using a MutationObserver. The state of a toggle button in the ribbon visualizes the state of a certain property. For example a toggled list button shows, that the current input position belongs to a list.

Sequentially Sign Documents with Multiple Signers

Sequentially Sign Documents with Multiple Signers

The Text Control DocumentViewer is designed to sign documents by multiple users. This article explains how to setup and deploy documents for multiple signers.

Angular: Loading Documents on Initializing TX Text Control

Angular: Loading Documents on Initializing TX Text Control

With the latest version 28.3.0, the Angular document editor received a new event that is fired when TXTextControl is available. This event can be used to access the object and to attach additional events.

Angular DocumentViewer: Loading Documents

Angular DocumentViewer: Loading Documents

This article shows how to load documents from an ASP.NET Core API Controller into TX Text Control DocumentViewer for Angular.

JavaScript Functions for Typical Form Field Tasks

JavaScript Functions for Typical Form Field Tasks

The new JavaScript API not only enables programmatic access to all elements of a document, but also provides events for user interaction.

Angular: Loading and Saving Local Documents

Angular: Loading and Saving Local Documents

This article shows how to load and save local documents using the Angular version of the document editor.

Live Demo