TX Text Control on DotNetJunkies.com
DotNetJunkies.com published multiple articles on TX Text Control features: displaying paragraph frames, browser-based document editing, exporting Word documents with embedded images, and generating password-protected PDFs. The .NET developer community site highlighted key capabilities.

The popular Microsoft .NET Framework developer site - DotNetJunkies.com - has recently publish several articles about TX Text Control:
- Displaying a frame around a paragraph in TX Text Control
- Browser-based document editing
- Exporting MS Word documents with embedded images
- Exporting password protected PDF documents
About DotNetJunkies: DotNetJunkies.com is a community Web site for developers using the Microsoft .NET Framework. DotNetJunkies.com has been online since July 2000. A Junkie is "one who has an insatiable interest or devotion" DotNetJunkies are absolutely addicted to technologies and want to feed other developer's addictions by spreading knowledge.
Related Posts
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…
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…
Getting Started: ServerTextControl and MailMerge in a .NET 8 Console…
This article shows how to create a .NET 8 console application on Linux using Docker and WSL that uses the ServerTextControl to create a document and MailMerge to merge JSON data into the document.…
Create a Table of Contents in Windows Forms using C#
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.
Two Ways to Restart Numbered Lists in TX Text Control
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…
