Products Technologies Demo Docs Blog Support Company

Updated 20 hours ago

Text Control Blog

Stay ahead with the latest news, updates, and insights on Text Control products and innovations.

TX Text Control vs iText: Understanding Template-Based Document Generation in .NET

This article explores how both approaches work, what the common workflows look like in real projects, and why template-based document generation often leads developers toward TX Text Control. We will compare the two approaches, discuss their advantages and disadvantages, and provide insights into how they can be used effectively in .NET applications.

Bjoern MeyerApril 7, 2026

Text Control MCP Server

Text Control MCP Server

The Text Control MCP server is a read-only Model Context Protocol endpoint that exposes 30 tools across 8 content domains. Each domain supports search, list, and get operations over JSON-RPC 2.0 via Streamable HTTP. Compatible with Claude Code, VS Code, Cursor, and JetBrains.

Jonathan MaronApril 7, 2026

Extracting Structured Table Data from DOCX Word Documents in C# .NET with Domain-Aware Table Detection

In this article, we build a domain-aware table extraction system using TX Text Control in C# .NET. The system automatically detects the table's domain, understands column semantics, and produces clean JSON output suitable for analytics systems, data imports, or AI pipelines.

Bjoern MeyerApril 3, 2026

Blog

Trending posts

AIASP.NET

Introducing Text Control Agent Skills

With the introduction of Text Control Agent Skills, AI coding assistants can now understand how to correctly work with the TX Text Control Document Editor and its APIs. This means that developers can now ask their AI coding assistants to write code that interacts with the Document Editor, making it easier than ever to create powerful applications with TX Text Control.

App ServicesASP.NET

Deploying the TX Text Control Document Editor from the Private NuGet Feed to Azure App Services (Linux and Windows)

This tutorial shows how to deploy the TX Text Control Document Editor to Azure App Services using an ASP.NET Core Web App. The Document Editor is a powerful word processing component that can be used to create, edit, view and print documents in ASP.NET Core applications.

ASP.NETASP.NET Core

Why Structured E-Invoices Still Need Tamper Protection using C# and .NET

ZUGFeRD, Factur-X, German e-invoicing rules, and how to seal PDF invoices with TX Text Control to prevent tampering. Learn how to create compliant e-invoices with C# and .NET.

AccessibilityASP.NET

AI Generated PDFs, PDF/UA, and Compliance Risk: Why Accessible Document Generation Must Be Built Into the Pipeline in C# .NET

Ensuring that PDFs are accessible and compliant with standards like PDF/UA is crucial. This article explores the risks of non-compliance and the importance of integrating accessible document generation into the C# .NET development pipeline.

ASP.NETConference

Ten Years of MD-DevDays: From Community Idea to One of Germany's Largest Developer Conferences

In 2016, the first MD-DevDays conference was held in Germany, marking the beginning of a remarkable journey. What started as a community-driven initiative has evolved into one of the largest developer conferences in the country.

ASP.NETASP.NET Core

File Based Document Repository with Version Control in .NET with TX Text Control

In this article, we will explore how to implement a file-based document repository with version control in .NET using TX Text Control. This solution allows you to manage and track changes to your documents effectively.

ASP.NETASP.NET Core

Create Fillable PDFs from HTML Forms in C# ASP.NET Core Using a WYSIWYG Template

Learn how to generate PDFs from HTML forms in ASP.NET Core using a pixel-perfect WYSIWYG template. Extract form fields from a document, render a dynamic HTML form, and merge the data server-side to produce professional PDF documents.

ASP.NETASP.NET Core

Why HTML to PDF Conversion is Often the Wrong Choice for Business Documents in C# .NET

In this article, we explore the challenges of HTML to PDF conversion for business documents in C# .NET and present alternative solutions that offer better performance and reliability. Discover why relying on HTML to PDF conversion can lead to issues such as inconsistent rendering, performance bottlenecks, and maintenance headaches, and learn about more robust approaches to generating business documents in C# .NET.