Updated 1 day ago
Text Control Blog
Stay ahead with the latest news, updates, and insights on Text Control products and innovations.
Create 100,000 Documents in Under an Hour with Parallel MailMerge in .NET C#
The DocumentServer.ParallelMailMerge NuGet package makes it simple to process MailMerge jobs in parallel worker processes. This article shows when to use it, how to call it, and how worker counts affect throughput in a benchmark scenario.
From Milliseconds to Cloud Costs: The Real Impact of Faster Document Processing in C# .NET
Performance benchmarks usually compare milliseconds. In production systems, however, milliseconds become processing queues, infrastructure requirements, cloud costs, and waiting time for users. This article shows how to measure the real impact of faster document processing in C# .NET applications.
Stop Burning Tokens to Convert your Documents
This article covers converting your source documents to Markdown on the way in and rendering the Markdown into a polished PDF on the way out. TX Text Control handles both conversions directly in code, with no token cost, while maintaining the accuracy, pagination, and compliance that enterprise documents require.
Speed Up Document Generation by Factor 2 Using Selection Objects in .NET C#
This article compares two ServerTextControl document generation patterns: Assigning prebuilt Selection objects and formatting text after inserting and selecting it. The benchmark shows an approximately 2x performance improvement when using Selection objects.
Blog
Trending posts
AIASP.NET
AI Natural Language Document Generation with MCP and TX Text Control .NET
This article explains how AI agents can use natural language to create documents through an MCP server. Instead of letting a language model generate documents directly, the AI translates prompts into structured tool calls while TX Text Control performs the actual document processing.
ASP.NETASP.NET Core
WeAreDevelopers World Congress Europe 2026 Wrap Up: Record Breaking Days in Berlin
WeAreDevelopers World Congress Europe 2026 was a record-breaking event in Berlin, bringing together over 15,000 developers and tech enthusiasts from around the world. The conference featured keynote speeches, workshops, and networking opportunities, making it a must-attend event for anyone in the tech industry.
ASP.NETASP.NET Core
C# Document Generation: A Developer's Guide for .NET
Document generation refers to the automatic creation of documents from application data. The success or complexity of a document generation workflow often depends on a single early architectural decision. This guide will help you choose the right approach.
AccessibilityASP.NET
Validating PDF/UA Documents in .NET C#: A Practical Guide
This article explains how to validate PDF/UA documents in .NET C# using the TXTextControl.PDF.Validation NuGet package. It shows how to inspect validation status, generate JSON reports, handle signed PDFs as diagnostics, and block encrypted PDFs.
ASP.NETASP.NET Core
See Text Control at WeAreDevelopers World Congress Europe 2026 in Berlin
WeAreDevelopers World Congress Europe 2026 is the largest developer conference in Europe. Text Control will be there to showcase our latest products and features. Join us in Berlin from July 9-10, 2026, to learn more about our solutions and how they can help you create amazing applications.
ASP.NETASP.NET Core
DWX 2026 Wrap-Up: Four Days of Innovation, Conversations, and Enterprise Document Solutions
DWX 2026 was a great success for Text Control. We had the opportunity to meet with many developers, discuss document processing solutions, and showcase our latest innovations in document technology. In this wrap-up, we share our experiences and insights from the event.
ASP.NETASP.NET Core
Create SignFabric Envelopes from Mail Merge Templates in .NET C#
This article explains how to use TX Text Control to mail merge JSON data into a document template and submit the merged document to the SignFabric API. It shows how your own application can create an envelope workflow by sending the document, signer metadata, and workflow options through the API.
ASP.NETASP.NET Core
Convert SSRS RDL Reports to DOCX and TX Text Control Templates in .NET C#
This article introduces TXTextControl.Rdl2Tx, a reusable .NET C# converter that imports SSRS RDL report definitions and creates editable DOCX and TX Text Control templates. It explains the RDL format, the move away from SSRS as a future SQL Server reporting platform, and the conversion from fixed report items to flowing document content.