PDF2IMG.LM.NET
1.0.0
See the version list below for details.
dotnet add package PDF2IMG.LM.NET --version 1.0.0
NuGet\Install-Package PDF2IMG.LM.NET -Version 1.0.0
<PackageReference Include="PDF2IMG.LM.NET" Version="1.0.0" />
<PackageVersion Include="PDF2IMG.LM.NET" Version="1.0.0" />
<PackageReference Include="PDF2IMG.LM.NET" />
paket add PDF2IMG.LM.NET --version 1.0.0
#r "nuget: PDF2IMG.LM.NET, 1.0.0"
#addin nuget:?package=PDF2IMG.LM.NET&version=1.0.0
#tool nuget:?package=PDF2IMG.LM.NET&version=1.0.0
PDF2IMG for .NET 6, 64-Bit
This package supports x64 Windows as a deployment target and is a full-featured version of the product that will expire after some time. Contact evalsupport@datalogics.com to extend the evaluation.
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. The tool provides high-quality image output with a variety of customization options while maintaining exceptional color accuracy during conversion.
Available for Windows 64-bit, PDF2IMG is a flexible application 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 or as an SDK for custom application builds or to add a PDF-to-graphic file conversion feature to your own software.
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
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;
pdf2img.LoadInput("input.pdf");
pdf2img.SetImageConversionOptions(options);
pdf2img.ConvertPageToImage(1, "output.jpg");
}
Product | Versions 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net6.0
- No dependencies.
GitHub repositories
This package is not used by any popular GitHub repositories.