XDoc.TIFF.WinForms
12.3.5.3
dotnet add package XDoc.TIFF.WinForms --version 12.3.5.3
NuGet\Install-Package XDoc.TIFF.WinForms -Version 12.3.5.3
<PackageReference Include="XDoc.TIFF.WinForms" Version="12.3.5.3" />
<PackageVersion Include="XDoc.TIFF.WinForms" Version="12.3.5.3" />
<PackageReference Include="XDoc.TIFF.WinForms" />
paket add XDoc.TIFF.WinForms --version 12.3.5.3
#r "nuget: XDoc.TIFF.WinForms, 12.3.5.3"
#:package XDoc.TIFF.WinForms@12.3.5.3
#addin nuget:?package=XDoc.TIFF.WinForms&version=12.3.5.3
#tool nuget:?package=XDoc.TIFF.WinForms&version=12.3.5.3
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.