PDFiumZ 145.0.7630

dotnet add package PDFiumZ --version 145.0.7630
                    
NuGet\Install-Package PDFiumZ -Version 145.0.7630
                    
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="PDFiumZ" Version="145.0.7630" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="PDFiumZ" Version="145.0.7630" />
                    
Directory.Packages.props
<PackageReference Include="PDFiumZ" />
                    
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 PDFiumZ --version 145.0.7630
                    
#r "nuget: PDFiumZ, 145.0.7630"
                    
#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 PDFiumZ@145.0.7630
                    
#: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=PDFiumZ&version=145.0.7630
                    
Install as a Cake Addin
#tool nuget:?package=PDFiumZ&version=145.0.7630
                    
Install as a Cake Tool

<img src="https://raw.githubusercontent.com/azbo/PDFiumZ/master/src/PDFiumZ/icon.png" width="48"> PDFiumZ NuGet

PDFiumZ is a modern .NET wrapper for PDFium with a comprehensive high-level API. Built on PDFium binaries with P/Invoke bindings. Supports Linux-x64, OSX-x64, Win-x64, Win-x86.

Current PDFium Version: 145.0.7592.0 (chromium/7592) - Latest PDFium with enhanced rendering and stability

Documentation

Supported Frameworks

PDFiumZ is multi-targeted:

  • net10.0, net9.0, net8.0
  • netstandard2.1, netstandard2.0

Installation

dotnet add package PDFiumZ

Quick Start

using PDFiumZ;
using PDFiumZ.HighLevel;

// Initialize library (call once at application start)
PdfiumLibrary.Initialize();

try
{
    // Open and render a PDF
    using var document = PdfDocument.Open("sample.pdf");
    using var page = document.GetPage(0);
    using var image = page.RenderToImage();

    // Save as PNG
    image.SaveAsSkiaPng("output.png");

    // Extract text
    var text = page.ExtractText();
    Console.WriteLine(text);
}
finally
{
    PdfiumLibrary.Shutdown();
}

Key Features

Core Functionality

  • High-Level API: Easy to use classes for documents, pages, annotations, and forms
  • Cross-Platform: Works on Windows, Linux, and macOS
  • Async Support: Modern async/await APIs for I/O bound operations
  • Multi-Framework: Supports .NET 10/9/8 and .NET Standard 2.0/2.1

Document Operations

  • Create PDFs: Generate new PDF documents from scratch
  • Merge & Split: Combine multiple PDFs or extract specific pages
  • Rotate Pages: Rotate individual pages or entire documents (90°, 180°, 270°)
  • Watermarks: Add text watermarks with custom opacity, rotation, and position
  • Security Info: Read encryption status and document permissions

Content Creation & Editing

  • Content Editor: Add text, images, shapes, and paths with a powerful fluent API
  • Fluent Document Generation: QuestPDF-style declarative API for complex layouts
  • HTML to PDF: Convert simple HTML/CSS to PDF documents
  • Table Builder: Create complex tables with fluent API

Annotations (10+ Types)

  • Text Markup: Highlight, Underline, StrikeOut
  • Shapes: Square, Circle, Line
  • Text: Sticky Notes, Free Text boxes
  • Drawing: Ink (freehand), Stamps
  • Form Fields: Read and write form field values

Rendering & Extraction

  • Image Generation: Simple, high-performance PDF to image conversion
  • Text Extraction: Extract plain text with positions and formatting
  • Image Extraction: Extract embedded images from PDF pages
  • Search: Find text with position information

Building

Requirements: .NET 10.0 SDK or later.

dotnet build src/PDFiumZ.sln -c Release

License

Apache-2.0. See LICENSE.

Support

如果这个项目对您有帮助,欢迎赞助支持! If this project helps you, please consider sponsoring!

<div align="center"> <img src="https://raw.githubusercontent.com/azbo/PDFiumZ/master/docs/wechat-pay-qr.png" width="200" alt="WeChat Pay"> <img src="https://raw.githubusercontent.com/azbo/PDFiumZ/master/docs/alipay-qr.png" width="200" alt="Alipay"> </div>

Product 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 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 is compatible.  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 is compatible.  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. 
.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 is compatible. 
.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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
145.0.7630 983 1/13/2026
145.0.7616 110 1/6/2026
145.0.7606.3 107 12/30/2025
145.0.7592.2 189 12/22/2025
145.0.7592.1 181 12/22/2025
145.0.7592 180 12/22/2025
145.0.7578 152 12/20/2025