<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/">
  <channel>
    <language>en_US</language>
    <title>Text Control Blog Feed - PDF only</title>
    <description>The Text Control Blog is the central information channel for all Text Control products. We post news updates, product information, sample applications, technical articles, tutorials and conference reports several times a week. Subscribe to the feed today.</description>
    <image>
      <url>https://s1-www.textcontrol.com/assets/dist/img/favicon/favicon-128x128.png</url>
      <title>Text Control Blog Feed - PDF only</title>
      <link>https://www.textcontrol.com/blog/tag/pdf/2026/</link>
    </image>
    <pubDate>Wed, 08 Jul 2026 16:20:03 +0000</pubDate>
    <lastBuildDate>Wed, 08 Jul 2026 16:20:03 +0000</lastBuildDate>
    <generator>Text Control Feed Generator 3.0</generator>
    <link>https://www.textcontrol.com/blog/tag/pdf/2026/</link>
    <copyright>Text Control</copyright>
    <atom:link rel="self" type="application/rss+xml" href="https://www.textcontrol.com/feed/blog/tag/pdf.xml"/>
    <item>
      <title>C# Document Generation: A Developer's Guide for .NET</title>
      <description><![CDATA[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.]]></description>
      <pubDate>Wed, 08 Jul 2026 10:00:00 +0000</pubDate>
      <link>https://www.textcontrol.com/blog/2026/07/08/csharp-document-generation-developer-guide-for-dotnet/</link>
      <guid isPermaLink="false">592e3737-a798-5d54-a836-91447a3241cc</guid>
      <author>no-reply@textcontrol.com (Deepika Kathiravan)</author>
      <enclosure type="image/jpeg" length="56485" url="https://s1-www.textcontrol.com/assets/dist/blog/2026/07/08/a/assets/thumbnail.jpg"/>
      <category domain="https://www.textcontrol.com/blog/tag/aspnet/2026/"><![CDATA[ASP.NET]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/aspnet-core/2026/"><![CDATA[ASP.NET Core]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/reporting/2026/"><![CDATA[Reporting]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/pdf/2026/"><![CDATA[PDF]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/document-generation/2026/"><![CDATA[Document Generation]]></category>
      <dc:creator>Deepika Kathiravan</dc:creator>
      <slash:comments>0</slash:comments>
    </item>
    <item>
      <title>Validating PDF/UA Documents in .NET C#: A Practical Guide</title>
      <description><![CDATA[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.]]></description>
      <pubDate>Mon, 06 Jul 2026 10:00:00 +0000</pubDate>
      <link>https://www.textcontrol.com/blog/2026/07/06/validating-pdf-ua-documents-in-dotnet-csharp/</link>
      <guid isPermaLink="false">2f40f9f0-d397-5d31-a53d-7e5178e58b87</guid>
      <author>no-reply@textcontrol.com (Bjoern Meyer)</author>
      <enclosure type="image/jpeg" length="89934" url="https://s1-www.textcontrol.com/assets/dist/blog/2026/07/06/b/assets/thumbnail.jpg"/>
      <category domain="https://www.textcontrol.com/blog/tag/aspnet/2026/"><![CDATA[ASP.NET]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/aspnet-core/2026/"><![CDATA[ASP.NET Core]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/pdf/2026/"><![CDATA[PDF]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/accessibility/2026/"><![CDATA[Accessibility]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/pdf-ua/2026/"><![CDATA[PDF/UA]]></category>
      <dc:creator>Bjoern Meyer</dc:creator>
      <slash:comments>0</slash:comments>
    </item>
    <item>
      <title>Using QR Codes in PDF Documents in C# .NET</title>
      <description><![CDATA[QR codes are a powerful tool for embedding machine-readable information in documents. In this article, we will explore how to generate and insert them into PDF documents using C# .NET with TX Text Control. We will cover the fundamentals of QR code generation, customizing QR code content and appearance, and the best practices for integrating them into your document workflows.]]></description>
      <pubDate>Tue, 21 Apr 2026 10:00:00 +0000</pubDate>
      <link>https://www.textcontrol.com/blog/2026/04/21/using-qr-codes-in-pdf-documents-in-csharp-dotnet/</link>
      <guid isPermaLink="false">81cf93d0-ea5d-5eae-bd74-78e552d1ce89</guid>
      <author>no-reply@textcontrol.com (Bjoern Meyer)</author>
      <enclosure type="image/jpeg" length="156481" url="https://s1-www.textcontrol.com/assets/dist/blog/2026/04/21/a/assets/thumbnail.jpg"/>
      <category domain="https://www.textcontrol.com/blog/tag/aspnet/2026/"><![CDATA[ASP.NET]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/aspnet-core/2026/"><![CDATA[ASP.NET Core]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/qr-code/2026/"><![CDATA[QR Code]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/pdf/2026/"><![CDATA[PDF]]></category>
      <dc:creator>Bjoern Meyer</dc:creator>
      <slash:comments>0</slash:comments>
    </item>
    <item>
      <title>Programmatically Fill, Flatten, and Export DOCX Form Templates to PDF in C# .NET</title>
      <description><![CDATA[Learn how to fill, flatten and export DOCX form templates to PDF programmatically in C# .NET. This article provides a step-by-step guide on how to use the TX Text Control library to achieve this, along with code examples and best practice recommendations for working with DOCX templates and PDF exports.]]></description>
      <pubDate>Fri, 10 Apr 2026 10:00:00 +0000</pubDate>
      <link>https://www.textcontrol.com/blog/2026/04/10/programmatically-fill-flatten-and-export-docx-form-templates-to-pdf-in-csharp-dotnet/</link>
      <guid isPermaLink="false">bbe99760-5c2e-5b7c-9e56-8578c89a7c19</guid>
      <author>no-reply@textcontrol.com (Bjoern Meyer)</author>
      <enclosure type="image/jpeg" length="98376" url="https://s1-www.textcontrol.com/assets/dist/blog/2026/04/10/a/assets/thumbnail.jpg"/>
      <category domain="https://www.textcontrol.com/blog/tag/aspnet/2026/"><![CDATA[ASP.NET]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/pdf/2026/"><![CDATA[PDF]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/docx/2026/"><![CDATA[DOCX]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/forms/2026/"><![CDATA[Forms]]></category>
      <dc:creator>Bjoern Meyer</dc:creator>
      <slash:comments>0</slash:comments>
    </item>
    <item>
      <title>Why Structured E-Invoices Still Need Tamper Protection using C# and .NET</title>
      <description><![CDATA[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.]]></description>
      <pubDate>Tue, 24 Mar 2026 11:00:00 +0000</pubDate>
      <link>https://www.textcontrol.com/blog/2026/03/24/why-structured-e-invoices-still-need-tamper-protection-using-csharp-and-dotnet/</link>
      <guid isPermaLink="false">328155f5-703d-55ba-89a0-f2554c695eb0</guid>
      <author>no-reply@textcontrol.com (Bjoern Meyer)</author>
      <enclosure type="image/jpeg" length="136481" url="https://s1-www.textcontrol.com/assets/dist/blog/2026/03/24/a/assets/thumbnail.jpg"/>
      <category domain="https://www.textcontrol.com/blog/tag/aspnet/2026/"><![CDATA[ASP.NET]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/aspnet-core/2026/"><![CDATA[ASP.NET Core]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/e-invoicing/2026/"><![CDATA[E-Invoicing]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/pdf/2026/"><![CDATA[PDF]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/tamper-protection/2026/"><![CDATA[Tamper Protection]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/zugferd/2026/"><![CDATA[ZUGFeRD]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/factur-x/2026/"><![CDATA[Factur-X]]></category>
      <dc:creator>Bjoern Meyer</dc:creator>
      <slash:comments>0</slash:comments>
    </item>
    <item>
      <title>Create Fillable PDFs from HTML Forms in C# ASP.NET Core Using a WYSIWYG Template</title>
      <description><![CDATA[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.]]></description>
      <pubDate>Tue, 17 Mar 2026 11:00:00 +0000</pubDate>
      <link>https://www.textcontrol.com/blog/2026/03/17/create-fillable-pdfs-from-html-forms-in-csharp-aspnet-core-using-a-wysiwyg-template/</link>
      <guid isPermaLink="false">1420e008-0e4b-52a8-a3a0-5524dfdf01a2</guid>
      <author>no-reply@textcontrol.com (Bjoern Meyer)</author>
      <enclosure type="image/jpeg" length="113715" url="https://s1-www.textcontrol.com/assets/dist/blog/2026/03/17/a/assets/thumbnail.jpg"/>
      <category domain="https://www.textcontrol.com/blog/tag/aspnet/2026/"><![CDATA[ASP.NET]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/aspnet-core/2026/"><![CDATA[ASP.NET Core]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/html/2026/"><![CDATA[HTML]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/pdf/2026/"><![CDATA[PDF]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/forms/2026/"><![CDATA[Forms]]></category>
      <dc:creator>Bjoern Meyer</dc:creator>
      <slash:comments>0</slash:comments>
    </item>
    <item>
      <title>Why HTML to PDF Conversion is Often the Wrong Choice for Business Documents in C# .NET</title>
      <description><![CDATA[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.]]></description>
      <pubDate>Fri, 13 Mar 2026 11:00:00 +0000</pubDate>
      <link>https://www.textcontrol.com/blog/2026/03/13/why-html-to-pdf-conversion-is-often-the-wrong-choice-for-business-documents-in-csharp-dot-net/</link>
      <guid isPermaLink="false">36aa3995-f2b4-5029-b08d-5dba30ac8cd4</guid>
      <author>no-reply@textcontrol.com (Bjoern Meyer)</author>
      <enclosure type="image/jpeg" length="160783" url="https://s1-www.textcontrol.com/assets/dist/blog/2026/03/13/a/assets/thumbnail.jpg"/>
      <category domain="https://www.textcontrol.com/blog/tag/aspnet/2026/"><![CDATA[ASP.NET]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/aspnet-core/2026/"><![CDATA[ASP.NET Core]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/html/2026/"><![CDATA[HTML]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/pdf/2026/"><![CDATA[PDF]]></category>
      <dc:creator>Bjoern Meyer</dc:creator>
      <slash:comments>0</slash:comments>
    </item>
    <item>
      <title>A Complete Guide to Converting Markdown to PDF in .NET C#</title>
      <description><![CDATA[Learn how to convert Markdown to PDF in .NET C# using Text Control's ServerTextControl component. This guide covers setup, conversion process, and customization options for generating high-quality PDF documents from Markdown content.]]></description>
      <pubDate>Wed, 07 Jan 2026 11:00:00 +0000</pubDate>
      <link>https://www.textcontrol.com/blog/2026/01/07/a-complete-guide-to-converting-markdown-to-pdf-in-dotnet-csharp/</link>
      <guid isPermaLink="false">7081a72d-39f6-570a-b33c-e1c98ef2e20b</guid>
      <author>no-reply@textcontrol.com (Bjoern Meyer)</author>
      <enclosure type="image/jpeg" length="170846" url="https://s1-www.textcontrol.com/assets/dist/blog/2026/01/07/a/assets/thumbnail.jpg"/>
      <category domain="https://www.textcontrol.com/blog/tag/aspnet/2026/"><![CDATA[ASP.NET]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/aspnet-core/2026/"><![CDATA[ASP.NET Core]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/pdf/2026/"><![CDATA[PDF]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/markdown/2026/"><![CDATA[Markdown]]></category>
      <dc:creator>Bjoern Meyer</dc:creator>
      <slash:comments>0</slash:comments>
    </item>
    <item>
      <title>Why PDF Creation Belongs at the End of the Business Process</title>
      <description><![CDATA[This article discusses why placing PDF creation at the end of the business process is important for ensuring accuracy and efficiency. The most scalable systems delay PDF generation until the document has reached the end of its lifecycle.]]></description>
      <pubDate>Fri, 02 Jan 2026 11:00:00 +0000</pubDate>
      <link>https://www.textcontrol.com/blog/2026/01/02/why-pdf-creation-belongs-at-the-end-of-the-business-process/</link>
      <guid isPermaLink="false">24e9a68f-68c4-5db4-878c-0bb7c1b2d2e9</guid>
      <author>no-reply@textcontrol.com (Bjoern Meyer)</author>
      <enclosure type="image/jpeg" length="170841" url="https://s1-www.textcontrol.com/assets/dist/blog/2026/01/02/a/assets/thumbnail.jpg"/>
      <category domain="https://www.textcontrol.com/blog/tag/aspnet/2026/"><![CDATA[ASP.NET]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/aspnet-core/2026/"><![CDATA[ASP.NET Core]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/pdf/2026/"><![CDATA[PDF]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/document-creation/2026/"><![CDATA[Document Creation]]></category>
      <dc:creator>Bjoern Meyer</dc:creator>
      <slash:comments>0</slash:comments>
    </item>
    <item>
      <title>Designing the Perfect PDF Form with TX Text Control in .NET C#</title>
      <description><![CDATA[Learn how to create and design interactive PDF forms using TX Text Control in .NET C#. This guide covers essential features and best practices for effective form design.]]></description>
      <pubDate>Tue, 16 Dec 2025 11:00:00 +0000</pubDate>
      <link>https://www.textcontrol.com/blog/2025/12/16/designing-the-perfect-pdf-form-with-tx-text-control-in-dotnet-csharp/</link>
      <guid isPermaLink="false">dfc6230b-056d-50c7-8e43-80bfe8304782</guid>
      <author>no-reply@textcontrol.com (Bjoern Meyer)</author>
      <enclosure type="image/jpeg" length="132373" url="https://s1-www.textcontrol.com/assets/dist/blog/2025/12/16/a/assets/thumbnail.jpg"/>
      <category domain="https://www.textcontrol.com/blog/tag/aspnet/2025/"><![CDATA[ASP.NET]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/aspnet-core/2025/"><![CDATA[ASP.NET Core]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/pdf/2025/"><![CDATA[PDF]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/forms/2025/"><![CDATA[Forms]]></category>
      <dc:creator>Bjoern Meyer</dc:creator>
      <slash:comments>0</slash:comments>
    </item>
    <item>
      <title>Why Defining MIME Types for PDF/A Attachments Is Essential</title>
      <description><![CDATA[The PDF/A standard was created to ensure the long-term reliable archiving of digital documents. An important aspect of the standard involves properly handling embedded files and attachments within PDF/A documents. Defining MIME types for these attachments is crucial for several reasons.]]></description>
      <pubDate>Wed, 10 Dec 2025 11:00:00 +0000</pubDate>
      <link>https://www.textcontrol.com/blog/2025/12/10/why-defining-mime-types-for-pdfa-attachments-is-essential/</link>
      <guid isPermaLink="false">2855f9ff-1c28-59f7-a89a-e8a9b53ebfdd</guid>
      <author>no-reply@textcontrol.com (Bjoern Meyer)</author>
      <enclosure type="image/jpeg" length="116463" url="https://s1-www.textcontrol.com/assets/dist/blog/2025/12/10/a/assets/thumbnail.jpg"/>
      <category domain="https://www.textcontrol.com/blog/tag/aspnet/2025/"><![CDATA[ASP.NET]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/aspnet-core/2025/"><![CDATA[ASP.NET Core]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/pdf/2025/"><![CDATA[PDF]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/mime/2025/"><![CDATA[MIME]]></category>
      <dc:creator>Bjoern Meyer</dc:creator>
      <slash:comments>0</slash:comments>
    </item>
    <item>
      <title>Validate Digital Signatures and the Integrity of PDF Documents in C# .NET</title>
      <description><![CDATA[Learn how to validate digital signatures and the integrity of PDF documents using the PDF Validation component from TX Text Control in C# .NET. Ensure the authenticity and compliance of your documents.]]></description>
      <pubDate>Fri, 14 Nov 2025 11:00:00 +0000</pubDate>
      <link>https://www.textcontrol.com/blog/2025/11/14/validate-digital-signatures-and-the-integrity-of-pdf-documents-in-csharp-dotnet/</link>
      <guid isPermaLink="false">7b43b25c-e3d9-5bd0-af30-6405876c2765</guid>
      <author>no-reply@textcontrol.com (Bjoern Meyer)</author>
      <enclosure type="image/jpeg" length="92329" url="https://s1-www.textcontrol.com/assets/dist/blog/2025/11/14/a/assets/thumbnail.jpg"/>
      <category domain="https://www.textcontrol.com/blog/tag/aspnet-core/2025/"><![CDATA[ASP.NET Core]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/aspnet/2025/"><![CDATA[ASP.NET]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/pdf/2025/"><![CDATA[PDF]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/pdf-ua/2025/"><![CDATA[PDF/UA]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/validation/2025/"><![CDATA[Validation]]></category>
      <dc:creator>Bjoern Meyer</dc:creator>
      <slash:comments>0</slash:comments>
    </item>
    <item>
      <title>Validate PDF/UA Documents and Verify Electronic Signatures in C# .NET</title>
      <description><![CDATA[The new TXTextControl.PDF.Validation NuGet package enables you to validate PDF/UA documents and verify digital signatures directly in your code without relying on third-party tools or external services.]]></description>
      <pubDate>Thu, 13 Nov 2025 11:00:00 +0000</pubDate>
      <link>https://www.textcontrol.com/blog/2025/11/13/validate-pdf-ua-documents-and-verify-electronic-signatures-in-csharp-dotnet/</link>
      <guid isPermaLink="false">f23828af-f8b0-58e8-9982-2c2af3f32ecc</guid>
      <author>no-reply@textcontrol.com (Bjoern Meyer)</author>
      <enclosure type="image/jpeg" length="113952" url="https://s1-www.textcontrol.com/assets/dist/blog/2025/11/13/a/assets/thumbnail.jpg"/>
      <category domain="https://www.textcontrol.com/blog/tag/aspnet-core/2025/"><![CDATA[ASP.NET Core]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/aspnet/2025/"><![CDATA[ASP.NET]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/pdf/2025/"><![CDATA[PDF]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/pdf-ua/2025/"><![CDATA[PDF/UA]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/validation/2025/"><![CDATA[Validation]]></category>
      <dc:creator>Bjoern Meyer</dc:creator>
      <slash:comments>0</slash:comments>
    </item>
    <item>
      <title>How To Choose the Right C# PDF Generation Library: Developer Checklist</title>
      <description><![CDATA[To make your choice easy, this guide provides a systematic evaluation framework for two library categories: basic and enterprise PDF libraries. It covers matching features to use cases, evaluating with requirements, and understanding when enterprise solutions justify higher upfront costs. By the end, you'll have a checklist to select the right PDF generation library for your project confidently.]]></description>
      <pubDate>Wed, 12 Nov 2025 11:00:00 +0000</pubDate>
      <link>https://www.textcontrol.com/blog/2025/11/12/how-to-choose-the-right-csharp-pdf-generation-library-developer-checklist/</link>
      <guid isPermaLink="false">fcd1ad7f-eba5-598c-8748-98dcd9238ae2</guid>
      <author>no-reply@textcontrol.com (Deepika Kathiravan)</author>
      <enclosure type="image/jpeg" length="125038" url="https://s1-www.textcontrol.com/assets/dist/blog/2025/11/12/a/assets/thumbnail.jpg"/>
      <category domain="https://www.textcontrol.com/blog/tag/aspnet-core/2025/"><![CDATA[ASP.NET Core]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/aspnet/2025/"><![CDATA[ASP.NET]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/pdf/2025/"><![CDATA[PDF]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/pdf-generation-library/2025/"><![CDATA[PDF Generation Library]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/c/2025/"><![CDATA[C#]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/enterprise-pdf-library/2025/"><![CDATA[Enterprise PDF Library]]></category>
      <dc:creator>Deepika Kathiravan</dc:creator>
      <slash:comments>0</slash:comments>
    </item>
    <item>
      <title>Why Digitally Signing your PDFs is the Only Reliable Way to Prevent Tampering</title>
      <description><![CDATA[PDF documents are widely used for sharing information because of their fixed layout and cross-platform compatibility. However, it is crucial to ensure the integrity and authenticity of these documents, especially when sensitive information is involved. Digitally signing PDFs is an effective way to prevent tampering and verify the document's source.]]></description>
      <pubDate>Thu, 30 Oct 2025 11:00:00 +0000</pubDate>
      <link>https://www.textcontrol.com/blog/2025/10/30/why-digitally-signing-your-pdfs-is-the-only-reliable-way-to-prevent-tampering/</link>
      <guid isPermaLink="false">ed7b2f60-046e-5950-94a9-8d43e3f6b087</guid>
      <author>no-reply@textcontrol.com (Bjoern Meyer)</author>
      <enclosure type="image/jpeg" length="69251" url="https://s1-www.textcontrol.com/assets/dist/blog/2025/10/30/a/assets/thumbnail.jpg"/>
      <category domain="https://www.textcontrol.com/blog/tag/aspnet/2025/"><![CDATA[ASP.NET]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/aspnet-core/2025/"><![CDATA[ASP.NET Core]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/pdf/2025/"><![CDATA[PDF]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/digital-signatures/2025/"><![CDATA[Digital Signatures]]></category>
      <dc:creator>Bjoern Meyer</dc:creator>
      <slash:comments>0</slash:comments>
    </item>
    <item>
      <title>Automating PDF/UA Accessibility with AI: Describing DOCX Documents Using TX Text Control and LLMs</title>
      <description><![CDATA[This article shows how to use TX Text Control together with the OpenAI API to automatically add descriptive texts (alt text and labels) to images, links, and tables in a DOCX. The resulting document is then exported as a PDF/UA compliant PDF document.]]></description>
      <pubDate>Thu, 16 Oct 2025 10:00:00 +0000</pubDate>
      <link>https://www.textcontrol.com/blog/2025/10/16/automating-pdf-ua-accessibility-with-ai-describing-docx-documents-using-tx-text-control-and-llms/</link>
      <guid isPermaLink="false">b88eb501-f822-5338-afae-ea72d3b94f17</guid>
      <author>no-reply@textcontrol.com (Bjoern Meyer)</author>
      <enclosure type="image/jpeg" length="111329" url="https://s1-www.textcontrol.com/assets/dist/blog/2025/10/16/a/assets/thumbnail.jpg"/>
      <category domain="https://www.textcontrol.com/blog/tag/aspnet/2025/"><![CDATA[ASP.NET]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/aspnet-core/2025/"><![CDATA[ASP.NET Core]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/ai/2025/"><![CDATA[AI]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/pdf/2025/"><![CDATA[PDF]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/pdf-ua/2025/"><![CDATA[PDF/UA]]></category>
      <dc:creator>Bjoern Meyer</dc:creator>
      <slash:comments>0</slash:comments>
    </item>
    <item>
      <title>Converting Office Open XML (DOCX) to PDF in Java</title>
      <description><![CDATA[Learn how to convert Office Open XML (DOCX) documents to PDF in Java using the powerful ServerTextControl library. This guide provides step-by-step instructions and code examples to help you achieve seamless document conversion in your Java applications.]]></description>
      <pubDate>Tue, 14 Oct 2025 10:00:00 +0000</pubDate>
      <link>https://www.textcontrol.com/blog/2025/10/14/converting-office-open-xml-docx-to-pdf-in-java/</link>
      <guid isPermaLink="false">65a2ac6b-40f1-578e-b7a0-ec2bfa8873be</guid>
      <author>no-reply@textcontrol.com (Bjoern Meyer)</author>
      <enclosure type="image/jpeg" length="132716" url="https://s1-www.textcontrol.com/assets/dist/blog/2025/10/14/a/assets/thumbnail.jpg"/>
      <category domain="https://www.textcontrol.com/blog/tag/aspnet/2025/"><![CDATA[ASP.NET]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/aspnet-core/2025/"><![CDATA[ASP.NET Core]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/pdf/2025/"><![CDATA[PDF]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/java/2025/"><![CDATA[Java]]></category>
      <dc:creator>Bjoern Meyer</dc:creator>
      <slash:comments>0</slash:comments>
    </item>
    <item>
      <title>Document SDK Comparison: Complete Document Processing vs. PDF SDK</title>
      <description><![CDATA[This blog outlines why complete document processing SDKs offer greater value for your investment compared to PDF SDKs. It also specifies the business factors and technical advantages that matter most to developers when choosing a document SDK for .NET applications.]]></description>
      <pubDate>Fri, 10 Oct 2025 10:00:00 +0000</pubDate>
      <link>https://www.textcontrol.com/blog/2025/10/10/document-sdk-comparison-complete-document-processing-vs-pdf-sdk/</link>
      <guid isPermaLink="false">deeb6560-c7d6-5390-91a8-6bc37102088f</guid>
      <author>no-reply@textcontrol.com (Deepika Kathiravan)</author>
      <enclosure type="image/jpeg" length="99688" url="https://s1-www.textcontrol.com/assets/dist/blog/2025/10/10/a/assets/thumbnail.jpg"/>
      <category domain="https://www.textcontrol.com/blog/tag/document-processing-sdk/2025/"><![CDATA[Document Processing SDK]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/pdf-sdk/2025/"><![CDATA[PDF SDK]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/comparison/2025/"><![CDATA[Comparison]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/aspnet/2025/"><![CDATA[ASP.NET]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/pdf/2025/"><![CDATA[PDF]]></category>
      <dc:creator>Deepika Kathiravan</dc:creator>
      <slash:comments>0</slash:comments>
    </item>
    <item>
      <title>Extending DS Server with Custom Digital Signature APIs</title>
      <description><![CDATA[In this article, we will explore how to extend the functionality of DS Server by integrating custom digital signature APIs. We will cover the necessary steps to create a plugin that allows DS Server to utilize custom signature services, enhancing its capabilities and providing more options for users.]]></description>
      <pubDate>Thu, 09 Oct 2025 10:00:00 +0000</pubDate>
      <link>https://www.textcontrol.com/blog/2025/10/09/extending-ds-server-with-custom-digital-signature-apis/</link>
      <guid isPermaLink="false">ff11be34-f5ba-5fd4-a61b-706b3b9d79af</guid>
      <author>no-reply@textcontrol.com (Bjoern Meyer)</author>
      <enclosure type="image/jpeg" length="101926" url="https://s1-www.textcontrol.com/assets/dist/blog/2025/10/09/a/assets/thumbnail.jpg"/>
      <category domain="https://www.textcontrol.com/blog/tag/aspnet/2025/"><![CDATA[ASP.NET]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/aspnet-core/2025/"><![CDATA[ASP.NET Core]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/ds-server/2025/"><![CDATA[DS Server]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/pdf/2025/"><![CDATA[PDF]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/plugin/2025/"><![CDATA[Plugin]]></category>
      <dc:creator>Bjoern Meyer</dc:creator>
      <slash:comments>0</slash:comments>
    </item>
    <item>
      <title>Why PDF/UA and PDF/A-3a Matter: Accessibility, Archiving, and Legal Compliance</title>
      <description><![CDATA[It is more important than ever to ensure that documents are accessible, archivable, and legally compliant. PDF/UA and PDF/A-3a are two effective standards for addressing these needs. This article explains why these standards are important and how they benefit organizations and individuals.]]></description>
      <pubDate>Tue, 07 Oct 2025 10:00:00 +0000</pubDate>
      <link>https://www.textcontrol.com/blog/2025/10/07/why-pdf-ua-and-pdf-a-3a-matter-accessibility-archiving-and-legal-compliance/</link>
      <guid isPermaLink="false">d0256791-5406-565f-9a4e-18795a683f17</guid>
      <author>no-reply@textcontrol.com (Bjoern Meyer)</author>
      <enclosure type="image/jpeg" length="78813" url="https://s1-www.textcontrol.com/assets/dist/blog/2025/10/07/a/assets/thumbnail.jpg"/>
      <category domain="https://www.textcontrol.com/blog/tag/aspnet/2025/"><![CDATA[ASP.NET]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/aspnet-core/2025/"><![CDATA[ASP.NET Core]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/pdf/2025/"><![CDATA[PDF]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/pdf-ua/2025/"><![CDATA[PDF/UA]]></category>
      <dc:creator>Bjoern Meyer</dc:creator>
      <slash:comments>0</slash:comments>
    </item>
    <item>
      <title>Convert Markdown to PDF in a Console Application on Linux and Windows</title>
      <description><![CDATA[Learn how to convert Markdown files to PDF in a console application on Linux and Windows using TX Text Control .NET Server for ASP.NET. This tutorial provides step-by-step instructions and code examples to help you get started quickly.]]></description>
      <pubDate>Tue, 23 Sep 2025 10:00:00 +0000</pubDate>
      <link>https://www.textcontrol.com/blog/2025/09/23/convert-markdown-to-pdf-in-a-console-application-on-linux-and-windows/</link>
      <guid isPermaLink="false">f79116cd-8f67-5d7d-8fe9-f00bb291e82f</guid>
      <author>no-reply@textcontrol.com (Bjoern Meyer)</author>
      <enclosure type="image/jpeg" length="87464" url="https://s1-www.textcontrol.com/assets/dist/blog/2025/09/23/a/assets/thumbnail.jpg"/>
      <category domain="https://www.textcontrol.com/blog/tag/aspnet-core/2025/"><![CDATA[ASP.NET Core]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/aspnet/2025/"><![CDATA[ASP.NET]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/markdown/2025/"><![CDATA[Markdown]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/pdf/2025/"><![CDATA[PDF]]></category>
      <dc:creator>Bjoern Meyer</dc:creator>
      <slash:comments>0</slash:comments>
    </item>
    <item>
      <title>Mining PDFs with Regex in C#: Practical Patterns, Tips, and Ideas</title>
      <description><![CDATA[Mining PDFs with Regex in C# can be a powerful technique for extracting information from documents. This article explores practical patterns, tips, and ideas for effectively using regular expressions in C# to mine data from PDF files.]]></description>
      <pubDate>Tue, 12 Aug 2025 10:00:00 +0000</pubDate>
      <link>https://www.textcontrol.com/blog/2025/08/12/mining-pdfs-with-regex-in-csharp-practical-patterns-tips-and-ideas/</link>
      <guid isPermaLink="false">6df008c0-0839-5e7f-820f-e957d68b1fe2</guid>
      <author>no-reply@textcontrol.com (Bjoern Meyer)</author>
      <enclosure type="image/jpeg" length="73823" url="https://s1-www.textcontrol.com/assets/dist/blog/2025/08/12/a/assets/thumbnail.jpg"/>
      <category domain="https://www.textcontrol.com/blog/tag/aspnet/2025/"><![CDATA[ASP.NET]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/aspnet-core/2025/"><![CDATA[ASP.NET Core]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/pdf/2025/"><![CDATA[PDF]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/extraction/2025/"><![CDATA[Extraction]]></category>
      <dc:creator>Bjoern Meyer</dc:creator>
      <slash:comments>0</slash:comments>
    </item>
    <item>
      <title>PDF Conversion in .NET: Convert DOCX, HTML and more with C#</title>
      <description><![CDATA[PDF conversion in .NET is a standard requirement for generating invoices, templates, and accessible reports. This article provides an overview of PDF conversion capabilities using TX Text Control, a document processing library for .NET designed for accurate output, advanced features, and cross-platform support.]]></description>
      <pubDate>Tue, 05 Aug 2025 10:00:00 +0000</pubDate>
      <link>https://www.textcontrol.com/blog/2025/08/05/pdf-conversion-in-dotnet-convert-docx-html-and-more-with-csharp/</link>
      <guid isPermaLink="false">0594dfb3-f160-54b8-a683-5c9270fabeb4</guid>
      <author>no-reply@textcontrol.com (Deepika Kathiravan)</author>
      <enclosure type="image/jpeg" length="77685" url="https://s1-www.textcontrol.com/assets/dist/blog/2025/08/05/a/assets/thumbnail.jpg"/>
      <category domain="https://www.textcontrol.com/blog/tag/aspnet/2025/"><![CDATA[ASP.NET]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/pdf/2025/"><![CDATA[PDF]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/conversion/2025/"><![CDATA[Conversion]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/docx/2025/"><![CDATA[DOCX]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/html/2025/"><![CDATA[HTML]]></category>
      <dc:creator>Deepika Kathiravan</dc:creator>
      <slash:comments>0</slash:comments>
    </item>
    <item>
      <title>Streamline Data Collection with Embedded Forms in C# .NET</title>
      <description><![CDATA[Discover how to enhance your C# .NET applications by embedding forms for data collection. This article explores the benefits of using Text Control's ASP.NET and ASP.NET Core components to create seamless user experiences with PDF forms.]]></description>
      <pubDate>Sat, 02 Aug 2025 10:00:00 +0000</pubDate>
      <link>https://www.textcontrol.com/blog/2025/08/02/streamline-data-collection-with-embedded-forms-in-csharp-dotnet/</link>
      <guid isPermaLink="false">4ceb1f54-8111-5abb-8139-cbe9887cba8e</guid>
      <author>no-reply@textcontrol.com (Bjoern Meyer)</author>
      <enclosure type="image/jpeg" length="64860" url="https://s1-www.textcontrol.com/assets/dist/blog/2025/08/02/a/assets/thumbnail.jpg"/>
      <category domain="https://www.textcontrol.com/blog/tag/aspnet/2025/"><![CDATA[ASP.NET]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/aspnet-core/2025/"><![CDATA[ASP.NET Core]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/forms/2025/"><![CDATA[Forms]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/pdf/2025/"><![CDATA[PDF]]></category>
      <dc:creator>Bjoern Meyer</dc:creator>
      <slash:comments>0</slash:comments>
    </item>
    <item>
      <title>Adding QR Codes to PDF Documents in C# .NET</title>
      <description><![CDATA[This article explains how to add QR codes to PDF documents with the Text Control .NET Server component in C#. It provides the necessary steps and code snippets for effectively implementing this functionality.]]></description>
      <pubDate>Tue, 15 Jul 2025 10:00:00 +0000</pubDate>
      <link>https://www.textcontrol.com/blog/2025/07/15/adding-qr-codes-to-pdf-documents-in-csharp-dotnet/</link>
      <guid isPermaLink="false">d6ba56a1-f4da-5e1e-88d1-ef2cdfc3a4d8</guid>
      <author>no-reply@textcontrol.com (Bjoern Meyer)</author>
      <enclosure type="image/jpeg" length="83118" url="https://s1-www.textcontrol.com/assets/dist/blog/2025/07/15/a/assets/thumbnail.jpg"/>
      <category domain="https://www.textcontrol.com/blog/tag/aspnet/2025/"><![CDATA[ASP.NET]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/aspnet-core/2025/"><![CDATA[ASP.NET Core]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/pdf/2025/"><![CDATA[PDF]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/qr-code/2025/"><![CDATA[QR Code]]></category>
      <dc:creator>Bjoern Meyer</dc:creator>
      <slash:comments>0</slash:comments>
    </item>
  </channel>
</rss>
