PDF2IMG.LM.NET 4.8.0

dotnet add package PDF2IMG.LM.NET --version 4.8.0
NuGet\Install-Package PDF2IMG.LM.NET -Version 4.8.0
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="PDF2IMG.LM.NET" Version="4.8.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PDF2IMG.LM.NET --version 4.8.0
#r "nuget: PDF2IMG.LM.NET, 4.8.0"
#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 PDF2IMG.LM.NET as a Cake Addin
#addin nuget:?package=PDF2IMG.LM.NET&version=4.8.0

// Install PDF2IMG.LM.NET as a Cake Tool
#tool nuget:?package=PDF2IMG.LM.NET&version=4.8.0

Windows VisualStudio VisualStudioCode

PDF2IMG for .NET 6, 64-Bit

PDF2IMG enables users to convert PDF documents to image files, such as JPEG, PNG, EPS, GIF, RAW and TIFF, as well as render, rasterize and split PDF documents. It provides high-quality image output with a variety of customization options while maintaining exceptional color accuracy during conversion. Please note: This package is a free trial of the full-featured version of PDF2IMG and supports x64 Windows as a deployment target. Should you need more time for your proof of concept, contact evalsupport@datalogics.com as we are happy to extend the free trial period and answer any questions you may have!

Available for Windows 64-bit, PDF2IMG is a flexible SDK that renders images using the same color engine as Adobe InDesign, Acrobat and Photoshop for consistent, individual viewing and printing. It requires less memory compared to other interfaces and it handles repetitive tasks quickly and easily.

Also available on Docker.

Our customers use PDF2IMG to:

  • Build and deliver products that use our capabilities as OEMs (Original Equipment Manufacturers)
  • Split PDFs into separate files (PDF or image)
  • Extract images from PDF files
  • Maintain color accuracy in output files

Documentation

The PDF2IMG API reference can be found here: https://docs.datalogics.com/PDF2IMG/index.html. Please see the section marked Appendix: API Calls, .NET Interface in the API reference guide for more information on how to use our PDF2IMG NuGet package.

Samples

PDF2IMG .NET samples can be found on our public GiHub repository: https://github.com/datalogics/pdf2img-csharp-dotnet-samples.

Hello World Sample

Open a PDF Document, Set Conversion Options, and Save Page as a JPEG image

using Datalogics.PDF2IMG;

using (PDF2IMG pdf2img = new PDF2IMG())
{
    ImageConversionOptions options = new ImageConversionOptions();
    options.OutputType = OutputType.JPEG;

    uint numPages = pdf2img.LoadInput("input.pdf");

    pdf2img.SetImageConversionOptions(options);

    pdf2img.ConvertPageToImage(1, "output.jpg");
}
Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net6.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
4.8.0 296 1/5/2024
4.7.0 279 11/10/2023