Text Control
  • Products
  • Technologies
  • Demos
  • Docs
  • Blog
  • Support
  • Company
  • My Licenses

Text Control Products

WEB, SERVER AND CLOUD

ASP.NET Core .NET 8 .NET 9 .NET 10 Angular Blazor React JavaScript

  • TX Text Control .NET Server Popular33.0 Integrate document processing into your applications to create documents such as PDFs and MS Word documents, including client-side document editing, viewing, and electronic signatures.
  • Download Trial
  • Trial Access Token
ASP.NET Angular Blazor JavaScript React
Getting started with:
  • ASP.NET Core
  • Angular
  • Blazor
  • JavaScript
  • React

DESKTOP

Windows Forms .NET 8 .NET 9 .NET 10 .NET Framework

  • TX Text Control .NET for WinForms 33.0 Document processing and editing for Windows Forms applications.
  • TX Text Control Express 33.0 Free for private and non-commercial use.
  • TX Spell .NET 11.0 Powerful spell checking and language tools for Windows Forms based applications.

WPF .NET 8 .NET 9 .NET 10 .NET Framework

  • TX Text Control .NET for WPF 33.0 Document processing and editing for WPF applications.
  • TX Spell .NET 11.0 Powerful spell checking and language tools for WPF based applications.

ActiveX VB6

  • TX Text Control ActiveX Document processing for COM-based applications built in Visual Basic 6.

HOSTED CLOUD

Cloud Web API

  • ReportingCloud "Pay-per-document", hosted document creation Web API.

LOW CODE PLATFORM

Angular React JavaScript

  • DS Server 3.4.0 Low-Code backend for web applications to bring document processing and editing to any app on any platform.

Core Technologies

Our libraries - built around our core technologies - help developers add deep functionality document processing to web, mobile, cloud and desktop applications.

+1 704-544-7445 (United States)
+1 855-533-8398 (United States, toll free)

Contact Us or Schedule Meeting

  • Reporting Combine powerful reporting and an easy-to-use MS Word compatible word processor
  • Editing Cross-browser, cross-platform document editor to edit MS Word compatible documents.
  • PDF Processing Create and process PDF document workflows into business applications.
  • Signatures Electronic signature workflows for your applications.
  • Viewing Share documents with form fields and collaboration features.
  • Workflow Automate collaboration processes and speed up the complete document workflow.

Text Control Documentation

The documentation provides an overview of the complete product range, including getting started tutorials, technical articles and reference guides.

+1 704-544-7445 (United States)
+1 855-533-8398 (United States, toll free)

New Ticket

ASP.NET

  • TX Text Control .NET Server
  • TX Spell .NET

Windows Forms

  • TX Text Control .NET
  • TX Spell .NET

WPF

  • TX Text Control .NET
  • TX Spell .NET

ActiveX

  • TX Text Control ActiveX

Angular

  • Client-Side Packages for TX Text Control

Text Control Blog

The Text Control Blog is the central information channel for all products, developed by Text Control. We post news updates, product information, sample applications, technical articles, tutorials and conference reports several times per week. Subscribe to the feed today.

+1 704-544-7445 (United States)
+1 855-533-8398 (United States, toll free)

Read Blog

Add JavaScript to PDFs with TX Text Control in C# .NET: Time-Based Alerts Made EasyAdd JavaScript to PDFs with TX Text Control in… June 13, 2025
DWX Developer Week 2025: New City, New Venue - Same Great ExperienceDWX Developer Week 2025: New City, New Venue -… June 11, 2025
Convert MS Word DOCX to PDF including Text Reflow using .NET C# on LinuxConvert MS Word DOCX to PDF including Text… June 10, 2025
Use MailMerge in .NET on Linux to Generate Pixel-Perfect PDFs from DOCX TemplatesUse MailMerge in .NET on Linux to Generate… May 27, 2025
  • DS Server
  • WPF
  • PDF
  • .NET
  • Tutorial
  • ReportingCloud
  • HTML5
  • ASP.NET
  • Windows Forms
  • Angular
  • Corporate
  • Release
  • ASP.NET Core
  • Sample
  • Conference
  • Reporting

Text Control Support

The Text Control Support section offers links to all technical resources related to Text Control, including documentation, getting started guides, FAQs and links to interesting blog articles.

+1 704-544-7445 (United States)
+1 855-533-8398 (United States, toll free)

New Ticket

  • Overview
  • Documentation
  • Known Issues
  • AI Chat Client

About Text Control

Text Control is an award-winning Visual Studio Industry Partner and leading vendor of word processing and reporting components for Windows, web and mobile development technologies.

+1 704-544-7445 (United States)
+1 855-533-8398 (United States, toll free)

Contact Us or Schedule Meeting

  • Overview
  • Consulting
  • Partner Program
  • Customers
  • Careers
  • Events
  • Newsletter
    • Subscribe
    • Unsubscribe
  • Legal
    • Privacy Policy
    • Legal Notices
Text Control

What Do You Get in the DocumentServer Namespace?

Next Previous

What Do You Get in the DocumentServer Namespace?

Bjoern Meyer by Bjoern Meyer| February 17, 2011 | Sample

Summary

In version 14.0, we introduced a new namespace to TX Text Control .NET: TXTextControl.DocumentServer. The idea of this namespace is to provide classes and components for typical server-side processes such as mail merge. Since the first release, a lot of new features and improvements were implemented in newer versions. In the main…

TX Text Control DocumentServer

In version 14.0, we introduced a new namespace to TX Text Control .NET:

TXTextControl.DocumentServer.

The idea of this namespace is to provide classes and components for typical server-side processes such as mail merge. Since the first release, a lot of new features and improvements were implemented in newer versions.

In the main TXTextControl.TextControl and TXTextControl.ServerTextControl classes, you will find the methods and properties to manipulate the text, to add images or to access text fields inside of the document. But in order to implement a complex template merging process including nested repeating blocks with 1:n database relationships and various field types, a lot of knowledge and programming is required.

TX Text Control MailMerge

The MailMerge Component - Mail Merge As Easy As 1-2-3

For this purpose, the DocumentServer.MailMerge component can be used. This component can be used to effortlessly merge MS Word template documents with database content in .NET projects, such as ASP.NET web applications, web services or Windows services. The MailMerge component uses a ServerTextControl and fields of the type ApplicationField to merge the database content and a document template. The set of merged documents can be saved in each format available through the StreamType enumeration, either as single documents or as one merged document.

In other words: The MailMerge component encapsulates the whole merge process, so that you can implement mail merge applications with 3 lines of code.

Supported licenses:

  • TX Text Control Server for ASP.NET (incl. Windows Forms)
  • TX Text Control Server for ASP.NET (incl. WPF)

TX Text Control FieldAdapters

FieldAdapters - Easy Manipulation of MS Word Fields

In TX Text Control, ApplicationFields represent the MS Word standard fields such as MergeField, Date or NumPages. All switches and parameters of these fields are represented by the Parameters property which gets or sets a string array of the available values.

The DocumentServer namespace contains the FieldAdapter classes for the most commonly used fields. These adapter classes can be used to create or manipulate these MS Word compatible fields without learning the specific switches and possible parameters. All settings can be easily accessed using the available properties.

Supported licenses:

  • TX Text Control .NET for Windows Forms
  • TX Text Control .NET for WPF
  • TX Text Control Server for ASP.NET (incl. Windows Forms)
  • TX Text Control Server for ASP.NET (incl. WPF)

TX Text Control DocumentViewer

ASP.NET DocumentViewer - Cross-browser Document Viewer

This ASP.NET component is designed to view documents on the web without any plug-ins or downloads. In combination with the DocumentServer.DocumentController, all file types supported by TX Text Control can be loaded and displayed in this WYSIWYG viewer.

Additionally, MS Word compatible form fields can be completed using the DocumentServer.Web.DocumentViewer. Also, snapshots of the currently loaded document can be taken for further processing and the user input can be saved separately as well.

Supported licenses:

  • TX Text Control Server for ASP.NET (incl. Windows Forms)
  • TX Text Control Server for ASP.NET (incl. WPF)

Related Posts

Windows Forms WPF

Create a Table of Contents in Windows Forms using C#

by Malin Teegen| January 23, 2023

This article explains how to create a table of contents in Windows Forms using the ribbon or programmatically. Creating a table of contents is required to organize large documents. For example if you write a thesis or paper with different chapters. It also gives a good overview of the structure of the document.

.NET Framework TOC .NET Sample Table of Contents
ASP.NET Windows Forms WPF

Official TX Text Control .NET Sample Applications Are Now Hosted on GitHub

by Gordon Suhr| January 8, 2023

This article gives a quick overview of the new TX Text Control .NET GitHub repositories. We will dive into their structure, content and our plans for the future.

GitHub .NET 6 .NET Framework Sample
ASP.NET

Detect Toggle Button Changes Using a MutationObserver

by Malin Teegen| November 11, 2021

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.

Document Editor HTML5 JavaScript MVC Ribbon Sample
Windows Forms

Two Ways to Restart Numbered Lists in TX Text Control

by Malin Teegen| November 3, 2021

In TX Text Control, numbered lists are continued by default and need to be reset when required. There is more than one way if you want to restart numbered lists in a document. In this article, two different approaches will be outlined.

List .NET Sample Styles

Popular Products

  • TX Text Control .NET Server for ASP.NET
  • Client-Side Packages (Angular, React)
  • TX Text Control .NET for Windows Forms
  • TX Text Control .NET for WPF
  • DS Server

Technologies

  • Reporting
  • Document Editing
  • PDF Processing
  • Electronic Signatures
  • Document Viewing

Get Products

  • Trial Access Token
  • Free Trials
  • Online Store

Resources

  • Blog
  • Demos
  • Documentation
  • Events

Getting Started

  • ASP.NET Core
  • ASP.NET
  • Angular
  • React
  • Blazor
  • JavaScript
  • Windows Forms
  • WPF

Support

  • Open Support Case
  • Support FAQ
  • Sales FAQ

Ready To Talk?

  • Contact Us
  • USA: +1 704-544-7445
  • Germany: +49 421 42706710
  • Follow Us

Text Control

Text Control is an award-winning vendor of document processing and reporting components for Windows, web, cloud and mobile development technologies.

We ♥ documents.

Sign in Company Contact Us Privacy Policy Legal Notices

Copyright © 2025 Text Control, LLC. All rights reserved. Legal Notices.

TX Text Control, DS Server, ReportingCloud and other product names used herein might be trademarks or registered trademarks of Text Control, LLC and/or one of its subsidiaries or affiliates in the U.S. and/or other countries.