<?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/A 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/A only</title>
      <link>https://www.textcontrol.com/blog/tag/pdf-a/2025/</link>
    </image>
    <pubDate>Sun, 16 Nov 2025 17:20:05 +0000</pubDate>
    <lastBuildDate>Sun, 16 Nov 2025 17:20:05 +0000</lastBuildDate>
    <generator>Text Control Feed Generator 3.0</generator>
    <link>https://www.textcontrol.com/blog/tag/pdf-a/2025/</link>
    <copyright>Text Control</copyright>
    <atom:link rel="self" type="application/rss+xml" href="https://www.textcontrol.com/feed/blog/tag/pdf-a.xml"/>
    <item>
      <title>From DOCX to Long-Term Archiving: Generating PDF/A from Office Documents in .NET C#</title>
      <description><![CDATA[This article explores how to convert DOCX files to the PDF/A format using the .NET C# programming language. We discuss why PDF/A is important for long-term archiving and provide a step-by-step guide for implementing this conversion in your applications.]]></description>
      <pubDate>Thu, 04 Sep 2025 10:00:00 +0000</pubDate>
      <link>https://www.textcontrol.com/blog/2025/09/04/from-docx-to-long-term-archiving-generating-pdfa-from-office-documents-in-dotnet-csharp/</link>
      <guid isPermaLink="false">adbf9d79-d5af-512a-9017-eb2b1c878c5d</guid>
      <author>no-reply@textcontrol.com (Bjoern Meyer)</author>
      <enclosure type="image/jpeg" length="113614" url="https://s1-www.textcontrol.com/assets/dist/blog/2025/09/04/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-a/2025/"><![CDATA[PDF/A]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/docx/2025/"><![CDATA[DOCX]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/ms-word/2025/"><![CDATA[MS Word]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/archiving/2025/"><![CDATA[Archiving]]></category>
      <dc:creator>Bjoern Meyer</dc:creator>
      <slash:comments>0</slash:comments>
    </item>
    <item>
      <title>PDF is Dead, Long Live PDF: Why PDF Remains Relevant in a Changing Digital World</title>
      <description><![CDATA[Despite being on the market for more than 30 years, the Portable Document Format (PDF) remains a dominant force in industries such as legal, healthcare, and finance. This blog post addresses the continued relevance of PDF, even as new formats and technologies emerge.]]></description>
      <pubDate>Sun, 20 Oct 2024 10:00:00 +0000</pubDate>
      <link>https://www.textcontrol.com/blog/2024/10/20/pdf-is-dead-long-live-pdf-why-pdf-remains-relevant-in-a-changing-digital-world/</link>
      <guid isPermaLink="false">eec058a2-cd7a-5fed-ae36-76a8b986f8de</guid>
      <author>no-reply@textcontrol.com (Bjoern Meyer)</author>
      <enclosure type="image/jpeg" length="57058" url="https://s1-www.textcontrol.com/assets/dist/blog/2024/10/20/a/assets/thumbnail.jpg"/>
      <category domain="https://www.textcontrol.com/blog/tag/aspnet/2024/"><![CDATA[ASP.NET]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/aspnet-core/2024/"><![CDATA[ASP.NET Core]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/pdf/2024/"><![CDATA[PDF]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/pdf-a/2024/"><![CDATA[PDF/A]]></category>
      <dc:creator>Bjoern Meyer</dc:creator>
      <slash:comments>0</slash:comments>
    </item>
    <item>
      <title>Create PDF File with .NET C#</title>
      <description><![CDATA[This article explains how to use the TX Text Control to create PDF documents in .NET applications, including ASP.NET Core and Windows applications. It covers setting up a console project in Visual Studio, adding the necessary NuGet package, and writing C# code to generate PDFs with paragraphs, tables, headers, and footers.]]></description>
      <pubDate>Thu, 17 Oct 2024 10:00:00 +0000</pubDate>
      <link>https://www.textcontrol.com/blog/2024/10/17/create-pdf-file-with-net-c-sharp/</link>
      <guid isPermaLink="false">b7b10d9b-cbb9-5d48-8b6d-20f3c67551f6</guid>
      <author>no-reply@textcontrol.com (Bjoern Meyer)</author>
      <enclosure type="image/jpeg" length="69502" url="https://s1-www.textcontrol.com/assets/dist/blog/2024/10/17/a/assets/thumbnail.jpg"/>
      <category domain="https://www.textcontrol.com/blog/tag/aspnet/2024/"><![CDATA[ASP.NET]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/aspnet-core/2024/"><![CDATA[ASP.NET Core]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/pdf/2024/"><![CDATA[PDF]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/pdf-a/2024/"><![CDATA[PDF/A]]></category>
      <dc:creator>Bjoern Meyer</dc:creator>
      <slash:comments>0</slash:comments>
    </item>
    <item>
      <title>Store Documents as PDF/A using C# - A Future-Proof Archiving Format</title>
      <description><![CDATA[PDF/A is an international ISO standard for the preservation of electronic and digital documents. This article will explain the reasons and motivations and will show you how to create PDF/A compliant documents in .NET C# applications.]]></description>
      <pubDate>Tue, 24 Oct 2023 10:00:00 +0000</pubDate>
      <link>https://www.textcontrol.com/blog/2023/10/24/store-documents-as-pdfaa-using-csharp-a-futureproof-archiving-format/</link>
      <guid isPermaLink="false">34ce0197-7302-5e64-b593-52e4750a12a0</guid>
      <author>no-reply@textcontrol.com (Bjoern Meyer)</author>
      <enclosure type="image/jpeg" length="97023" url="https://s1-www.textcontrol.com/assets/dist/blog/2023/10/24/a/assets/thumbnail.jpg"/>
      <category domain="https://www.textcontrol.com/blog/tag/aspnet/2023/"><![CDATA[ASP.NET]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/servertextcontrol/2023/"><![CDATA[ServerTextControl]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/pdf/2023/"><![CDATA[PDF]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/pdf-a/2023/"><![CDATA[PDF/A]]></category>
      <dc:creator>Bjoern Meyer</dc:creator>
      <slash:comments>0</slash:comments>
    </item>
    <item>
      <title>X19 Sneak Peek: Validating ZUGFeRD / Factur-X Invoices with TX Text Control</title>
      <description><![CDATA[ZUGFeRD / Factur-X documents can be created and extracted using TX Text Control X19. This article shows how to validate these eletronic invoices by matching invoice elements with the visual PDF representation of the document.]]></description>
      <pubDate>Tue, 10 Nov 2020 11:00:00 +0000</pubDate>
      <link>https://www.textcontrol.com/blog/2020/11/10/x19-sneak-peek-validating-zugferd-factur-x-invoices-with-tx-text-control/</link>
      <guid isPermaLink="false">e34d3d0c-889e-572e-b9ad-c1c80264dc66</guid>
      <author>no-reply@textcontrol.com (Bjoern Meyer)</author>
      <enclosure type="image/jpeg" length="48790" url="https://s1-www.textcontrol.com/assets/dist/blog/2020/11/10/a/assets/thumbnail.jpg"/>
      <category domain="https://www.textcontrol.com/blog/tag/aspnet/2020/"><![CDATA[ASP.NET]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/electronic-invoice/2020/"><![CDATA[Electronic Invoice]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/pdf-a/2020/"><![CDATA[PDF/A]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/release/2020/"><![CDATA[Release]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/windows-forms/2020/"><![CDATA[Windows Forms]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/zugferd/2020/"><![CDATA[ZUGFeRD]]></category>
      <dc:creator>Bjoern Meyer</dc:creator>
      <slash:comments>0</slash:comments>
    </item>
    <item>
      <title>X19 Sneak Peek: Storing Document Revisions in PDF/A-3b</title>
      <description><![CDATA[TX Text Control X19 will support the embedding of attachments to PDF/A-3b documents. This article explains a useful application for this feature that stores document revisions as attachments.]]></description>
      <pubDate>Tue, 03 Nov 2020 11:00:00 +0000</pubDate>
      <link>https://www.textcontrol.com/blog/2020/11/03/x19-sneak-peek-saving-document-versions-in-pdfa-3b/</link>
      <guid isPermaLink="false">5b5dccb0-a757-5a9b-8a0a-0f16ae6b48f3</guid>
      <author>no-reply@textcontrol.com (Bjoern Meyer)</author>
      <enclosure type="image/jpeg" length="21431" url="https://s1-www.textcontrol.com/assets/dist/blog/2020/11/03/a/assets/thumbnail.jpg"/>
      <category domain="https://www.textcontrol.com/blog/tag/aspnet/2020/"><![CDATA[ASP.NET]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/electronic-documents/2020/"><![CDATA[Electronic Documents]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/pdf-a/2020/"><![CDATA[PDF/A]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/release/2020/"><![CDATA[Release]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/windows-forms/2020/"><![CDATA[Windows Forms]]></category>
      <dc:creator>Bjoern Meyer</dc:creator>
      <slash:comments>0</slash:comments>
    </item>
    <item>
      <title>PDF/A-3: The Better Container for Electronic Documents</title>
      <description><![CDATA[The Portable Document Format, or PDF is the most commonly used document format for business applications. PDF/A-3 permits the embedding of files of any format. This article gives an overview of the advantages of PDF/A-3 as an electronic container.]]></description>
      <pubDate>Thu, 23 Jul 2020 10:00:00 +0000</pubDate>
      <link>https://www.textcontrol.com/blog/2020/07/23/pdfa-the-better-container-for-electronic-documents/</link>
      <guid isPermaLink="false">bba18a0a-e15d-5487-b1bf-5454f7f342d3</guid>
      <author>no-reply@textcontrol.com (Bjoern Meyer)</author>
      <enclosure type="image/jpeg" length="64195" url="https://s1-www.textcontrol.com/assets/dist/blog/2020/07/23/a/assets/thumbnail.jpg"/>
      <category domain="https://www.textcontrol.com/blog/tag/aspnet/2020/"><![CDATA[ASP.NET]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/electronic-paper/2020/"><![CDATA[Electronic Paper]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/hybrid-archiving/2020/"><![CDATA[Hybrid Archiving]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/pdf/2020/"><![CDATA[PDF]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/pdf-a/2020/"><![CDATA[PDF/A]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/release/2020/"><![CDATA[Release]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/sneak-peek/2020/"><![CDATA[Sneak Peek]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/zugferd/2020/"><![CDATA[ZUGFeRD]]></category>
      <dc:creator>Bjoern Meyer</dc:creator>
      <slash:comments>0</slash:comments>
    </item>
    <item>
      <title>Text Control Announces PDF/A-3 Support: The Future of Electronic Invoices</title>
      <description><![CDATA[PDF/A-3 allows attachments in any format to be added to PDF documents. In case of the electronic invoice, a machine-readable XML part can be embedded. We are working on a general approach to embed and extract any document types to and from PDF documents.]]></description>
      <pubDate>Tue, 21 Jul 2020 10:00:00 +0000</pubDate>
      <link>https://www.textcontrol.com/blog/2020/07/21/text-control-announces-pdf-a-3-support/</link>
      <guid isPermaLink="false">e4fb58b4-9c88-50b1-b088-a58f82a67aae</guid>
      <author>no-reply@textcontrol.com (Bjoern Meyer)</author>
      <enclosure type="image/jpeg" length="56840" url="https://s1-www.textcontrol.com/assets/dist/blog/2020/07/21/a/assets/thumbnail.jpg"/>
      <category domain="https://www.textcontrol.com/blog/tag/aspnet/2020/"><![CDATA[ASP.NET]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/pdf/2020/"><![CDATA[PDF]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/pdf-a/2020/"><![CDATA[PDF/A]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/release/2020/"><![CDATA[Release]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/sneak-peek/2020/"><![CDATA[Sneak Peek]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/zugferd/2020/"><![CDATA[ZUGFeRD]]></category>
      <dc:creator>Bjoern Meyer</dc:creator>
      <slash:comments>0</slash:comments>
    </item>
  </channel>
</rss>
