Updated MVC DocumentViewer: Session-less and Improved Image Quality
The ASP.NET MVC DocumentViewer 27.0.8.500 removes the InProc session state dependency, supporting session-less and SQL session state deployments. The update also improves page rendering quality to match the visual fidelity of the TX Text Control document editor and exported PDF output.

We just released a new version of the ASP.NET MVC DocumentViewer that can be used in combination with our product TX Text Control .NET Server. The DocumentViewer can be updated directly by updating the NuGet package (27.0.8.500):
TXTextControl.Web.DocumentViewer
What is new in this version?
Previous versions of the DocumentViewer require the server-side InProc session state to be enabled in ASP.NET MVC applications. The InProc session state mode stores data in memory in the application worker process. It is a fast method to store data, but more data means a higher memory footprint which affects performance.
We removed the requirement to store any data completely from the DocumentViewer which allows you to use the component in any MVC ASP.NET project now including session state SQL and session-less states.
Additionally, the image quality of document pages has been increased, so that rendered pages look exactly similar to the rendering in the TX Text Control document editor or exported documents such as Adobe PDF.
In the below screenshot you can see this updated DocumentViewer with the high quality page rendering.

Test this on your own and use our tutorial to create your first MVC application with the DocumentViewer:
Creating an ASP.NET MVC DocumentViewer Application With Razor
ASP.NET
Integrate document processing into your applications to create documents such as PDFs and MS Word documents, including client-side document editing, viewing, and electronic signatures.
- Angular
- Blazor
- React
- JavaScript
- ASP.NET MVC, ASP.NET Core, and WebForms
Related Posts
Configuring ASP.NET and IIS for Larger Requests
The session-less MVC DocumentViewer sends documents via POST, requiring three web.config changes for large files: IIS maxAllowedContentLength for byte limits, httpRuntime maxRequestLength for…
ASP.NETASP.NET CoreDocument Viewer
High-Performance Text Replacement in Large DOCX Files using C# .NET
Learn how to efficiently replace text in large DOCX files using C# .NET and the ServerTextControl component from Text Control. This article demonstrates the performance benefits of using the…
ASP.NETASP.NET CoreDocument Viewer
Document Viewer 33.2.1 Released: New Event and Bug Fixes
This service pack includes important bug fixes and improvements to enhance the stability and performance of the Document Viewer. In addition, a new event has been introduced to provide developers…
ASP.NETASP.NET CoreDocument Viewer
Document Viewer: Long Polling Support for Loading Documents
The Document Viewer now supports long polling for loading documents. This allows an asynchronous loading of documents and is especially useful for large documents or slow connections.
TX Text Control React Packages Released
We are very happy to announce the immediate availability of React packages for TX Text Control. The new packages are available on npm and provide a wide range of document processing features…
