XDoc.TIFF.Blazor 12.3.5.4

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

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

XDoc.TIFF.Blazor 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

High quality and easy to use library.

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.Blazor:

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.4 54 10/21/2025
12.3.5.3 144 10/14/2025
12.3.5.2 155 10/7/2025
12.3.5.1 168 9/30/2025
12.3.5 260 9/29/2025