XDoc.TIFF.WinForms
12.3.5.25
dotnet add package XDoc.TIFF.WinForms --version 12.3.5.25
NuGet\Install-Package XDoc.TIFF.WinForms -Version 12.3.5.25
<PackageReference Include="XDoc.TIFF.WinForms" Version="12.3.5.25" />
<PackageVersion Include="XDoc.TIFF.WinForms" Version="12.3.5.25" />
<PackageReference Include="XDoc.TIFF.WinForms" />
paket add XDoc.TIFF.WinForms --version 12.3.5.25
#r "nuget: XDoc.TIFF.WinForms, 12.3.5.25"
#:package XDoc.TIFF.WinForms@12.3.5.25
#addin nuget:?package=XDoc.TIFF.WinForms&version=12.3.5.25
#tool nuget:?package=XDoc.TIFF.WinForms&version=12.3.5.25
XDoc.TIFF.WinForms is a FREE C# TIFF library to create, convert, edit multi-page TIFF file in .NET Windows Forms apps
XDoc.TIFF.WinForms 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
- C# How to Guide : https://www.rasteredge.com/how-to/csharp-imaging/tiff-reading/
- Email : support@rasteredge.com
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.WinForms:
| 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.25 | 96 | 3/17/2026 |
| 12.3.5.24 | 91 | 3/10/2026 |
| 12.3.5.23 | 89 | 3/3/2026 |
| 12.3.5.22 | 111 | 2/24/2026 |
| 12.3.5.21 | 117 | 2/17/2026 |
| 12.3.5.20 | 119 | 2/10/2026 |
| 12.3.5.19 | 121 | 2/3/2026 |
| 12.3.5.18 | 125 | 1/27/2026 |
| 12.3.5.17 | 136 | 1/20/2026 |
| 12.3.5.16 | 153 | 1/13/2026 |
| 12.3.5.15 | 148 | 1/6/2026 |
| 12.3.5.14 | 161 | 12/30/2025 |
| 12.3.5.13 | 251 | 12/23/2025 |
| 12.3.5.12 | 363 | 12/16/2025 |
| 12.3.5.11 | 523 | 12/9/2025 |
| 12.3.5.10 | 760 | 12/2/2025 |
| 12.3.5.9 | 293 | 11/25/2025 |
| 12.3.5.8 | 510 | 11/18/2025 |
| 12.3.5.7 | 391 | 11/11/2025 |
| 12.3.5.6 | 327 | 11/4/2025 |