Getting Started

Below you will find a list of resources that will help you getting 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 Editor with ASP.NET Web Forms (.NET Framework)

Getting Started: Document Editor with ASP.NET Web Forms (.NET Framework)

This article shows how to use the TX Text Control ASP.NET document editor within a Web Forms application in Visual Studio 2022.

Getting Started: ServerTextControl and MailMerge with ASP.NET MVC (.NET Framework)

Getting Started: ServerTextControl and MailMerge with ASP.NET MVC (.NET Framework)

This article shows how to use the TX Text Control ASP.NET ServerTextControl and MailMerge classes within an ASP.NET web application in Visual Studio 2022.

Getting Started: Document Viewer with ASP.NET MVC (.NET Framework)

Getting Started: Document Viewer with ASP.NET MVC (.NET Framework)

This article shows how to use the TX Text Control ASP.NET document viewer within a .NET Framework web application in Visual Studio 2022.

Getting Started: Document Editor with ASP.NET MVC (.NET Framework)

Getting Started: Document Editor with ASP.NET MVC (.NET Framework)

This article shows how to use the TX Text Control ASP.NET document editor within a .NET Framework web application in Visual Studio 2022.

Getting Started: ServerTextControl and MailMerge with ASP.NET Core

Getting Started: ServerTextControl and MailMerge with ASP.NET Core

This article shows how to use the TX Text Control ASP.NET ServerTextControl and MailMerge classes within a .NET 6 application in Visual Studio 2022.

Getting Started: Document Viewer with ASP.NET Core

Getting Started: Document Viewer with ASP.NET Core

This article shows how to use the TX Text Control ASP.NET document viewer within a .NET 6 application in Visual Studio 2022.

Getting Started: Document Editor with ASP.NET Core

Getting Started: Document Editor with ASP.NET Core

This article shows how to use the TX Text Control ASP.NET document editor within a .NET 6 application in Visual Studio 2022.

Creating a WebSocket Server Project with Node.js

Creating a WebSocket Server Project with Node.js

This article shows how to create the required WebSocket server project for Angular applications using Node.js.

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.

Digitally Sign Signature Fields

Digitally Sign Signature Fields

This getting started tutorial shows how to electronically sign documents using the Document Viewer and how to digitally sign the signed signature fields server-side.

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.

Mail Merge with MS Word Documents in C#

Mail Merge with MS Word Documents in C#

The MailMerge class provides a very effective way to merge data into MS Word compatible templates. This ultimate guide gives an overview of all important features and functionalities of the mail merge process.

Creating Adobe PDF Forms in C#

Creating Adobe PDF Forms in C#

Interactive forms in an Adobe PDF document can be used to gather information from end-users. This article shows how to create those forms using TX Text Control in .NET applications using C#.

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.

Creating Invoices from DOCX Templates in C# from Scratch

Creating Invoices from DOCX Templates in C# from Scratch

This tutorial shows how to create an invoice using TX Text Control .NET Server for ASP.NET from scratch including creating a template, merging data and to generate the resulting PDF.

Using the MVC DocumentViewer with a Separate Backend

Using the MVC DocumentViewer with a Separate Backend

The MVC DocumentViewer can be used with a separate backend running on another server. This tutorial shows how to setup such an environment.

Creating PDF Files using TX Text Control .NET in C#

Creating PDF Files using TX Text Control .NET in C#

TX Text Control allows developers to create PDF files programmatically using C#. This article shows various ways to create Adobe PDF documents.

Mail Merge MS Word Templates in C#

Mail Merge MS Word Templates in C#

TX Text Control's MailMerge engine allows you to perform MS Word compatible mail merge processes in .NET based applications. This article gives an overview of the basic functionality and shows how to merge JSON data into templates.

Using Drawings in .NET 6 Console Applications

Using Drawings in .NET 6 Console Applications

In order to process barcodes and drawings in documents in .NET 6 console applications, the project has to be setup in a special way to enable Windows Forms DLLs to be loaded. This article shows how to create a new .NET 6 console application that is able to process drawings and barcodes.

Merging Barcodes with JSON Data in C#

Merging Barcodes with JSON Data in C#

Barcodes are used in various applications to connect the electronic world with a paper document or to gain access to additional information. This article shows how to merge JSON data into barcode placeholders in a document.

Create Adobe PDF files in ASP.NET Core with C#

Create Adobe PDF files in ASP.NET Core with C#

TX Text Control is used to edit, create and import PDF documents. This tutorial shows how to create a PDF document in an ASP.NET Core web application.

Using TX Text Control in Blazor Server Apps

Using TX Text Control in Blazor Server Apps

The TX Text Control document editor and the server-side non-UI component ServerTextControl can be used in Blazor Server Apps. This article shows how to save documents to the server and how to modify them using the ServerTextControl class.

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.

MVC DocumentViewer in Web Forms

MVC DocumentViewer in Web Forms

The ASP.NET MVC DocumentViewer for ASP.NET provides more features including document signing capabilities than the DocumentViewer for Web Forms. This article shows how to use the MVC DocumentViewer in an ASP.NET Web Forms project.

Live Demo