ServerTextControl and DocumentServer Available in Client Applications
Starting with TX Text Control X8, ServerTextControl and DocumentServer.MailMerge are available in Windows Forms and WPF client applications without requiring a separate server license. ServerTextControl provides a non-visual instance for background processing using the same API.

You might have heard of the changes for the client versions of TX Text Control .NET for Windows Forms and WPF. Since version X8, the classes ServerTextControl and DocumentServer.MailMerge can be used within client applications without optional Server and run-time licences.
When to Use ServerTextControl?
Generally speaking, the ServerTextControl can be used for all processes in the background where no GUI is required. If you need to prepare a document programmatically before it is displayed to the end-user, you can use an instance of ServerTextControl to create the document.
The programming interface of TXTextControl.TextControl and TXTextControl.ServerTextControl is the same and you can re-use your existing code. Advantages of using ServerTextControl:
- Better performance
- Must not be visible on a form
- No visible update flicker
In order to use the ServerTextControl, you'll need to add a reference to the TXTextControl.Server.dll and an entry in the licenses.licx file:
TXTextControl.ServerTextControl, TXTextControl.Server, Culture=neutral, PublicKeyToken=6b83fe9a75cfb638
The following code shows how to create an instance of ServerTextControl. An using statement is recommended as the object must be disposed explicitly.
using (TXTextControl.ServerTextControl serverTextControl1
= new TXTextControl.ServerTextControl())
{
serverTextControl1.Create();
...
}
Download the 30-day trial version today and try the other great features of TX Text Control X8.
Related Posts
Announcing TX Text Control DS Server 5.0
We are excited to announce the release of TX Text Control DS Server 5.0. This release focuses on extensibility, plugin integration, and developer productivity while continuing to improve the…
TX Text Control 34.0 SP2 is Now Available: What's New in the Latest Version
TX Text Control 34.0 Service Pack 2 is now available, offering important updates and bug fixes for all platforms. If you use TX Text Control in your document processing applications, this service…
TX Text Control 34.0 SP1 is Now Available: What's New in the Latest Version
TX Text Control 34.0 Service Pack 1 is now available, offering important updates and bug fixes for all platforms. If you use TX Text Control in your document processing applications, this service…
Introducing TX Text Control 34.0: Your Next Leap in Document Processing
We are happy to announce the release of TX Text Control 34.0. This version is packed with new features and enhancements that will elevate your document processing experience. This version…
PDF/UA vs. PDF/A-3a: Which Format Should You Use for Your Business Application?
In this blog post, we will explore the differences between PDF/UA and PDF/A-3a, helping you choose the right format for your business needs. We will discuss the key features, benefits, and use…
