XDoc.TIFF.AspNet 12.3.5.31

dotnet add package XDoc.TIFF.AspNet --version 12.3.5.31
                    
NuGet\Install-Package XDoc.TIFF.AspNet -Version 12.3.5.31
                    
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="XDoc.TIFF.AspNet" Version="12.3.5.31" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="XDoc.TIFF.AspNet" Version="12.3.5.31" />
                    
Directory.Packages.props
<PackageReference Include="XDoc.TIFF.AspNet" />
                    
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 XDoc.TIFF.AspNet --version 12.3.5.31
                    
#r "nuget: XDoc.TIFF.AspNet, 12.3.5.31"
                    
#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 XDoc.TIFF.AspNet@12.3.5.31
                    
#: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=XDoc.TIFF.AspNet&version=12.3.5.31
                    
Install as a Cake Addin
#tool nuget:?package=XDoc.TIFF.AspNet&version=12.3.5.31
                    
Install as a Cake Tool

XDoc.TIFF.AspNet is a FREE C# TIFF library to create, convert, edit multi-page TIFF file in ASP.NET Core web apps

XDoc.TIFF.AspNet from RasterEdge is an advanced TIFF image processing library :

  • It is FREE
  • Generate multi-page TIFF file from PDF, Word, Excel, PowerPoint, JPG, PNG, BITMAP image formats
  • Convert TIFF document to PDF, JPEG, bitmap image files
  • Read, save, merge, split, compress TIFF documents
  • Insert, delete, move, rotate TIFF pages

Compatible with

  • .NET Standard 2.0
  • .NET 8, .NET 7, .NET 6, .NET 5, .NET Core 3.x & 2.x
  • .NET Framework 4.x
  • Windows, Mac, Linux, Docker, Azure

Get to Start

Once installed the package, you can use the following C# code to combine multiple TIFF files into one.

TIFFDocument doc1 = new TIFFDocument(@"C:\demo1.tif");
TIFFDocument doc2 = new TIFFDocument(@"C:\demo2.tif");
if (null == doc1 || null == doc2)
	throw new Exception("Fail to load TIFF Document, pls check file path or others.");

// Add and append all pages of doc2 to the end of doc1.
doc1.AppendDocument(doc2);
doc1.Save(@"C:\append.tif");

Support & Documents

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on XDoc.TIFF.AspNet:

Package Downloads
XDoc.TIFF

XDoc.TIFF is a FREE C# TIFF library to create, convert, edit multi-page TIFF file in .NET projects. XDoc.TIFF from RasterEdge is an advanced TIFF image processing library : * It is FREE * Generate multi-page TIFF file from PDF, Word, Excel, PowerPoint, JPG, PNG, BITMAP image formats * Convert TIFF document to PDF, JPEG, bitmap image files * Read, save, merge, split, compress TIFF documents * Insert, delete, move, rotate TIFF pages Compatible with * .NET Standard 2.0 * .NET 8, .NET 7, .NET 6, .NET 5, .NET Core 3.x & 2.x * .NET Framework 4.x * Windows, MacOS, Linux, Docker, Azure Online Documents * C# How to Guide : https://www.rasteredge.com/how-to/csharp-imaging/tiff-reading/ * Email : support@rasteredge.com

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
12.3.5.31 67 4/28/2026
12.3.5.30 97 4/21/2026
12.3.5.29 97 4/14/2026
12.3.5.28 111 4/7/2026
12.3.5.27 126 3/31/2026
12.3.5.26 124 3/24/2026
12.3.5.25 147 3/17/2026
12.3.5.24 131 3/10/2026
12.3.5.23 137 3/3/2026
12.3.5.22 147 2/24/2026
12.3.5.21 162 2/17/2026
12.3.5.20 166 2/10/2026
12.3.5.19 167 2/3/2026
12.3.5.18 173 1/27/2026
12.3.5.17 178 1/20/2026
12.3.5.16 195 1/13/2026
12.3.5.15 194 1/6/2026
12.3.5.14 201 12/30/2025
12.3.5.13 282 12/23/2025
12.3.5.12 405 12/16/2025
Loading failed