Doconut.NET6 26.7.0

dotnet add package Doconut.NET6 --version 26.7.0
                    
NuGet\Install-Package Doconut.NET6 -Version 26.7.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Doconut.NET6" Version="26.7.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Doconut.NET6" Version="26.7.0" />
                    
Directory.Packages.props
<PackageReference Include="Doconut.NET6" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Doconut.NET6 --version 26.7.0
                    
#r "nuget: Doconut.NET6, 26.7.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Doconut.NET6@26.7.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Doconut.NET6&version=26.7.0
                    
Install as a Cake Addin
#tool nuget:?package=Doconut.NET6&version=26.7.0
                    
Install as a Cake Tool

Doconut .NET 6

Product Page | Docs | Demos | Blog | Releases | Free Support | Temporary License


Overview

Doconut is an enterprise-ready document viewer control for .NET, supporting many file formats such as PDF, Office files, CAD formats, images, and more.

Doconut allows you to integrate document viewing with minimal setup and includes features such as:

  • Document rendering for multiple formats
  • Search and print
  • Annotation workflows
  • Viewer customization

Installation

Install from the NuGet Package Manager Console:

Install-Package Doconut.NET6

Update an existing installation:

Update-Package Doconut.NET6

Known limitations

DICOM technical metadata is not available on .NET 6. The underlying imaging engine that reads DICOM tags has no .NET 6 build, so Viewer.GetDicomMetadataAsync always returns null and the metadata endpoint answers 501 Not Implemented on this package. Use Doconut.NET8 if you need technical metadata.

DICOM rendering — pages, frames and animation — is fully supported on .NET 6 and is unaffected.


Product Page | Docs | Demos | Blog | Releases | Free Support | Temporary License

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Doconut.NET6:

Package Downloads
Doconut.NET6.Converter

Document conversion plugin for Doconut .NET 6 (convert between PDF, Word, Excel, PowerPoint, image and other formats). Requires the Doconut.NET6 core package (the plugin binds to the core's embedded rendering engine at runtime — it ships no such engine itself).

Doconut.NET6.Dicom

DICOM (medical imaging) viewing plugin for Doconut .NET 6. Adds .dcm/.ima viewing with frames and animation to the Doconut viewer. Requires the Doconut.NET6 core package (the plugin binds to the core's embedded rendering engine at runtime — it ships no such engine itself).

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
26.7.0 136 8/4/2026
26.6.0 210 7/1/2026
26.5.1 185 6/12/2026
26.4.1 122 6/12/2026
26.3.1 125 6/12/2026
26.2.1 124 6/12/2026
26.1.1 122 6/12/2026
25.12.1 132 6/12/2026
25.11.1 128 6/12/2026
25.10.1 125 6/12/2026
25.9.1 120 6/12/2026
25.8.1 122 6/12/2026
25.7.1 129 6/12/2026
Loading failed