Updated 4 days ago
Text Control Blog
Stay ahead with the latest news, updates, and insights on Text Control products and innovations.
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 pack will enhance the stability and compatibility of your solutions.
Build a Custom Backstage View in ASP.NET Core with TX Text Control
This article shows how to build a custom backstage view with a File tab to load your multi-format documents using TX Text Control for ASP.NET Core applications.
Configuring Web.Server.Core for TX Text Control Document Editor: Changing Ports and IP Versions
This article will explain how to configure TXTextControl.Web.Server.Core for the TX Text Control Document Editor. We will focus on changing ports and supported IP versions. We will provide step-by-step instructions to help you set up your backend server according to your needs.
Building a TX Text Control Project with GitHub Actions and the Text Control NuGet Feed
This tutorial provides a step-by-step guide to setting up a clean, reproducible environment using GitHub Actions. It starts with a brand-new project and ends with a fully automated build and test pipeline. The tutorial uses the private Text Control NuGet feed, available to customers with an active maintenance agreement.
Blog
Trending posts
ASP.NETASP.NET Core
ASP.NET Core Document Editor with Backend via the Text Control Private NuGet Feed
This article demonstrates how to create a Document Editor ASP.NET Core application using the Text Control Private NuGet Feed. We will build a basic web application that enables users to edit documents directly in their web browser with the Document Editor component from Text Control. The backend is powered by the Private NuGet Feed, which provides seamless licensing and eliminates the need for setup.
ASP.NETASP.NET Core
Text Control Private NuGet Feed
The Text Control private NuGet feed delivers your licensed packages with zero friction. Your license is automatically embedded in every download. No manual license file management. No hunting for serial numbers. Just dotnet add package and you are ready to code.
ASP.NETASP.NET Core
Secure by Design: Dynamic Watermarking for Enterprise Documents in C# .NET
Contracts, NDAs, audit reports, invoices, and HR exports are created on demand and downloaded as PDFs. Once a document leaves your application, traditional access control is lost. Dynamic watermarking adds a layer of security to your documents, making them traceable and less likely to be shared without authorization.
ASP.NETASP.NET Core
A Rule-Based PHI and PII Risk Scanner for Documents Using C# .NET
In this article, we explore how to implement rule-based text analysis in C# .NET to detect Protected Health Information (PHI) and Personally Identifiable Information (PII) within documents. We will utilize regular expressions and Text Control's ServerTextControl to efficiently identify sensitive data, ensuring compliance with data protection regulations.
ASP.NETASP.NET Core
NDC London 2026 Wrap-Up: Conversations, Community, and a Conference Done Right
NDC London 2026 was an incredible experience filled with insightful conversations, a strong sense of community, and a well-organized conference that catered to developers' needs. Here's a wrap-up of the event and what made it stand out.
ASP.NETASP.NET Core
RegEx Based Inline Styling in TX Text Control Using JSON Rules
In this article, we demonstrate how to apply inline styling to text in TX Text Control using regular expressions defined in JSON format. This approach allows for dynamic and flexible text formatting based on specific patterns.