Adding and Sharing Annotations across Document Types using the Document Viewer in ASP.NET Core C#

Learn how to add and share annotations across different document types using the Document Viewer in ASP.NET Core C#. This article shows how to create a simple web application that allows users to view and annotate documents in a collaborative environment.

Read More

Trending Posts

DOCX to HTML: Convert Documents to HTML and Prepare for Shadow DOM Rendering

DOCX to HTML: Convert Documents to HTML and Prepare for Shadow DOM Rendering

Learn how to convert DOCX documents to HTML and prepare the HTML for rendering in a Shadow DOM. The sample project uses the TX Text Control .NET Server component to convert DOCX to HTML, to create stylesheets and to prepare the HTML for the Shadow DOM.

Visual Studio Live! 2024: We added another Conference to our Schedule

Visual Studio Live! 2024: We added another Conference to our Schedule

We are happy to announce that we will be sponsoring Visual Studio Live! 2024 in Orlando. We have added this event to our already full calendar of events in order to add one more major professional conference in the United States.

ASP.NET Core: Loading Documents in the Document Editor

ASP.NET Core: Loading Documents in the Document Editor

Learn how to load a document in the Document Editor using ASP.NET Core. This article explains how to load a document from a file or a byte array and how to load a document from client-side JavaScript code.

Adjusting the Maximum Request Length for ASP.NET Core and ASP.NET Applications

Adjusting the Maximum Request Length for ASP.NET Core and ASP.NET Applications

Learn how to adjust the maximum request length for ASP.NET Core and ASP.NET applications to allow loading large files into the Document Viewer. This article shows how to configure the maximum request length in the web.config file and the KestrelServerOptions in the Program.cs file.

Latest Posts

Electronic Invoicing will Become Mandatory in Germany in 2025

The German government has decided to make the ability to receive electronic invoices mandatory for all B2B transactions. This article explains what this means for you and how you can prepare for this change.

Inserting MergeBlocks with the DataSourceManager and Applying Table Styles in C#

This article shows how to insert MergeBlocks with the DataSourceManager and how to apply table styles to those tables. The article uses the DocumentServer class to insert MergeBlocks with the DataSourceManager.

Loading Documents from Azure Blob Storage into the TX Text Control Document Editor using pure…

This article shows how to load documents from Azure Blob Storage into the TX Text Control Document Editor using pure JavaScript. It shows how to create a storage container and how to download documents from this container.