Accusoft.ImageGear.Office
26.5.0
dotnet add package Accusoft.ImageGear.Office --version 26.5.0
NuGet\Install-Package Accusoft.ImageGear.Office -Version 26.5.0
<PackageReference Include="Accusoft.ImageGear.Office" Version="26.5.0" />
paket add Accusoft.ImageGear.Office --version 26.5.0
#r "nuget: Accusoft.ImageGear.Office, 26.5.0"
// Install Accusoft.ImageGear.Office as a Cake Addin #addin nuget:?package=Accusoft.ImageGear.Office&version=26.5.0 // Install Accusoft.ImageGear.Office as a Cake Tool #tool nuget:?package=Accusoft.ImageGear.Office&version=26.5.0
The Accusoft.ImageGear.Office
package allows users to load, render, convert, and read metadata from Microsoft Word, Excel, and PowerPoint files.
Dependencies
ImageGear depends on LibreOffice v7 or later to provide support for office documents. LibreOffice can be obtained from libreoffice.org. For full setup instructions for Windows and Linux, see the Getting Started with ImageGear Office page of our documentation.
Getting Started
ImageGear makes it simple to work with office documents:
using System.IO;
using ImageGear.Formats;
using ImageGear.Formats.PDF;
using ImageGear.Formats.Office;
// Initialize office support
ImGearCommonFormats.Initialize();
ImGearFileFormats.Filters.Add(ImGearPDF.CreatePDFFormat());
ImGearFileFormats.Filters.Add(ImGearOffice.CreateWordFormat());
ImGearPDF.Initialize();
ImGearOffice.Initialize(@"C:\Program Files\LibreOffice\program");
// Load a Word document.
ImGearWordDocument document = null;
using (Stream stream1 = File.OpenRead("input.docx"))
document = ImGearFileFormats.LoadDocument(stream1) as ImGearWordDocument;
// Save the first page of the Word document to a PNG file
using (Stream pngOutputStream = File.Create("output.png"))
ImGearFileFormats.SavePage(document.Pages[0], pngOutputStream, ImGearSavingFormats.PNG);
// Dispose the document and terminate office support
document.Dispose();
ImGearOffice.Terminate();
ImGearPDF.Terminate();
For more examples of how to use ImageGear's API, check out our sample code repository on github.
Licensing
While you are evaluating the product, ImageGear doesn't require any licensing setup. The SDK is ready to use as soon as the NuGet package is installed. Until a paid license is purchased, image output will be watermarked. Contact info@accusoft.com for more information.
Documentation
API documentation and how-to content for ImageGear can be found online here.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. 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. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Accusoft.ImageGear.Core (>= 26.5.0)
- Accusoft.ImageGear.Pdf (>= 26.5.0)
- System.IO.Packaging (>= 6.0.0)
- System.Text.Encoding.CodePages (>= 6.0.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Accusoft.ImageGear.Office:
Package | Downloads |
---|---|
Accusoft.ImageGear.All
ImageGear for .NET adds enterprise-class image viewing, compression, image processing and editing functions easily to any application, with support for PDF, more than 100 file formats and expanded functionality such as optical character recognition (OCR), barcode recognition, and support for medical DICOM images. ImageGear provides software developers access to the following technologies: * The ability to edit, convert, and compress over 100 image, graphic, and document formats, including raster and vector images, PDF, JPEG, JPEG 2000, GIF, TIFF, DICOM, CAD, ABIC Check Imaging, HD Photo, Camera RAW, and more. * Image viewing and display with powerful viewing-enhancement functions that take full advantage of Windows GUI features. ImageGear includes support for WinForms, WPF, and ASP.NET, and also provides GUI features such as common dialogs for image loading, saving, processing, and more. * Manipulating and managing PDF and PostScript files (PS, EPS). Our PDF library API supports most common use-case scenarios such as: rasterization, printing, splitting, merging, annotations, watermarking, text extraction, layers, encryption, optimization, PDF/A validation and conversion, and many more. * OCR capabilities, including support for over 50 different languages, image pre-processing, zone-based processing, and more. * Barcode support for postal, patch, 1D and 2D barcode recognition and creation. * Printing, TWAIN scanning, and the ability to hook web apps into scanner functions to deliver high-quality scanning directly to cloud storage repositories. * Advanced image processing capabilities, including hole punch removal, line removal, dotted line removal, noise removal, clean borders, negate, auto-crop, image enhancement, dilation, erosion, despeckle, deskew, rotate, edge detection, segmentation, among many others. * Annotation capabilities, including the ability to add, edit, and burn-in XML-based text and image annotations, stamps, and redactions. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
26.5.0 | 199 | 10/2/2024 |
26.4.0 | 217 | 4/26/2024 |
26.3.0 | 1,165 | 11/7/2022 |
26.2.0 | 580 | 10/13/2022 |
26.1.0 | 590 | 9/8/2022 |
25.2.5 | 203 | 10/18/2024 |
25.2.4 | 225 | 7/26/2024 |
25.2.3 | 787 | 2/28/2024 |
25.2.2 | 3,902 | 9/13/2023 |
25.2.1 | 1,952 | 3/15/2023 |
25.2.0 | 2,012 | 8/18/2022 |
25.1.1 | 2,766 | 7/30/2021 |
25.1.0 | 1,864 | 4/20/2021 |
25.0.1 | 2,116 | 3/1/2021 |
24.14.0 | 2,856 | 8/17/2020 |
24.13.0 | 2,233 | 5/26/2020 |
24.12.17 | 2,255 | 2/28/2020 |
24.11.11 | 2,411 | 6/24/2019 |
24.10.8 | 2,250 | 3/27/2019 |
24.9.1 | 2,373 | 1/2/2019 |
24.8.1 | 2,683 | 10/3/2018 |
24.7.2 | 2,387 | 9/4/2018 |
24.6.4 | 2,629 | 7/31/2018 |
24.5.10 | 2,668 | 7/5/2018 |
24.4.3 | 2,369 | 5/30/2018 |
24.3.3 | 2,429 | 5/3/2018 |
24.3.2 | 2,417 | 5/2/2018 |
24.2.6 | 2,558 | 4/3/2018 |
24.1.4 | 2,627 | 2/22/2018 |
24.0.6 | 2,681 | 1/31/2018 |
23.5.5 | 2,390 | 11/29/2017 |
23.4.3 | 2,304 | 10/30/2017 |
23.3.3 | 4,174 | 9/18/2017 |
23.2.94 | 2,567 | 7/25/2017 |
23.1.5 | 2,326 | 6/27/2017 |
23.1.4 | 2,332 | 6/26/2017 |
23.0.52 | 2,531 | 5/11/2017 |
23.0.1 | 2,387 | 6/20/2017 |
22.2.42 | 2,775 | 6/24/2016 |
22.1.4 | 2,533 | 4/12/2016 |
22.0.36 | 2,477 | 3/3/2016 |