Accusoft.ImageGear.PDF 23.0.52

There is a newer version of this package available.
See the version list below for details.
dotnet add package Accusoft.ImageGear.PDF --version 23.0.52
NuGet\Install-Package Accusoft.ImageGear.PDF -Version 23.0.52
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="Accusoft.ImageGear.PDF" Version="23.0.52" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Accusoft.ImageGear.PDF --version 23.0.52
#r "nuget: Accusoft.ImageGear.PDF, 23.0.52"
#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.
// Install Accusoft.ImageGear.PDF as a Cake Addin
#addin nuget:?package=Accusoft.ImageGear.PDF&version=23.0.52

// Install Accusoft.ImageGear.PDF as a Cake Tool
#tool nuget:?package=Accusoft.ImageGear.PDF&version=23.0.52

Includes all functionality needed to work with Adobe PDF and PostScript file formats. Read, write, display, and edit PDF, PDF/A, PostScript, EPS, and U3D files. Utilize a comprehensive PDF API built on Adobe� technology. This feature empowers an app to read, modify, and write PDF annotations, bookmarks, and metadata. PDF/A and PDF/X compliance analysis is available.

Our PDF library API supports most common use-case scenarios such as:

* PDF Viewing
* Rasterization
* PDF conversion from the most popular document and image types, including raster and vector images, JPEG, JPEG 2000, GIF, TIFF, Microsoft Office formats, DICOM, CAD, ABIC Check Imaging, HD Photo, Camera RAW, and many more.
* PDF AcroForms
* Printing
* Splitting and Merging
* Annotations
* Watermarking
* Content editing, text extraction and OCR
* Layers
* PDF security and encryption
* PDF compression and optimization
* PDF/A validation and conversion

Product Compatible and additional computed target framework versions.
.NET Framework net20 is compatible.  net35 was computed.  net40 was computed.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Accusoft.ImageGear.PDF:

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.

Accusoft.ImageGear.Office

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](https://www.libreoffice.org/). For full setup instructions for Windows and Linux, see the [Getting Started with ImageGear Office](https://help.accusoft.com/ImageGear/latest/webframe.html#getting-started-with-imagegear-office.html) 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](https://github.com/Accusoft/imagegear-net-samples) 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](https://help.accusoft.com/ImageGear/latest/webframe.html).

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
26.4.0 0 4/26/2024
26.3.0 12,045 11/7/2022
26.2.0 5,671 10/13/2022
26.1.0 5,675 9/8/2022
26.0.1 4,812 4/1/2022
26.0.0 3,644 1/31/2022
25.2.3 2,526 2/28/2024
25.2.2 10,982 9/13/2023
25.2.1 9,373 3/15/2023
25.2.0 8,047 8/18/2022
25.1.1 44,198 7/30/2021
25.1.0 6,547 4/20/2021
25.0.1 7,294 3/1/2021
24.14.0 17,384 8/17/2020
24.13.0 8,233 5/26/2020
24.12.17 7,520 2/28/2020
24.11.11 7,581 6/24/2019
24.10.8 8,480 3/27/2019
24.9.1 12,171 1/2/2019
24.8.1 8,586 10/3/2018
24.7.2 8,232 9/4/2018
24.6.4 7,719 7/31/2018
24.5.10 8,180 7/5/2018
24.4.3 6,551 5/30/2018
24.3.3 7,556 5/3/2018
24.3.2 7,279 5/2/2018
24.2.6 6,657 4/3/2018
24.1.4 8,038 2/22/2018
24.0.6 7,295 1/31/2018
23.5.5 7,193 11/29/2017
23.4.3 6,930 10/30/2017
23.3.3 9,713 9/18/2017
23.2.94 7,575 7/25/2017
23.1.5 7,018 6/27/2017
23.1.4 6,828 6/26/2017
23.0.52 7,083 5/11/2017
23.0.1 6,943 6/20/2017
22.2.42 8,005 6/24/2016
22.1.4 6,603 4/12/2016
22.0.36 6,956 3/3/2016