PdfForge 1.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package PdfForge --version 1.0.0
                    
NuGet\Install-Package PdfForge -Version 1.0.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="PdfForge" Version="1.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="PdfForge" Version="1.0.0" />
                    
Directory.Packages.props
<PackageReference Include="PdfForge" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add PdfForge --version 1.0.0
                    
#r "nuget: PdfForge, 1.0.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.
#:package PdfForge@1.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=PdfForge&version=1.0.0
                    
Install as a Cake Addin
#tool nuget:?package=PdfForge&version=1.0.0
                    
Install as a Cake Tool

A library for rendering PDF documents into PNG files or memory. It supports image scaling, allowing flexible control over the quality and size of the output images. Ideal for applications that require converting PDFs into raster images for further processing or display.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
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 PdfForge:

Package Downloads
PdfForge.Avalonia

A .NET library for rendering PDF documents into PNG files or memory buffers on GNU/Linux. This library requires the following system packages to be installed: - libpoppler-glib-dev - libcairo2-dev - libglib2.0-dev (Package names may vary depending on the distribution.) This library provides a custom control for Avalonia UI to render and display PDF documents using the PdfForge library. It supports rendering PDF pages as images and allows scaling for flexible display. PdfForge.Avalonia is ideal for Avalonia-based applications that require direct PDF visualization or manipulation through PdfForge, offering efficient rasterization into memory or files.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.1.2 223 2/14/2025
2.1.1 132 2/14/2025 2.1.1 is deprecated because it has critical bugs.
1.1.4 249 10/24/2024
1.1.3 158 10/24/2024
1.1.2 201 10/24/2024
1.1.1 187 10/24/2024
1.0.0 184 10/21/2024 1.0.0 is deprecated because it is no longer maintained and has critical bugs.