Pre-compiled binaries of PDFium

March 25, 2026 · View on GitHub

PDFium binaries

Pre-compiled binaries of PDFium

Patches Total downloads

Latest release Nuget Conda

This project hosts pre-compiled binaries of the PDFium library, an open-source library for PDF manipulation and rendering.

Builds have been triggered automatically every Monday since 2017.

Disclaimer: This project isn't affiliated with Google or Foxit.

Download

Here are the download links for latest release:

OS Env CPU PDFium PDFium V8
Android arm pdfium-android-arm.tgz pdfium-v8-android-arm.tgz
arm64 pdfium-android-arm64.tgz pdfium-v8-android-arm64.tgz
x64 pdfium-android-x64.tgz pdfium-v8-android-x64.tgz
x86 pdfium-android-x86.tgz pdfium-v8-android-x86.tgz
iOS catalyst arm64 pdfium-ios-catalyst-arm64.tgz pdfium-v8-ios-catalyst-arm64.tgz
x64 pdfium-ios-catalyst-x64.tgz pdfium-v8-ios-catalyst-x64.tgz
device arm64 pdfium-ios-device-arm64.tgz pdfium-v8-ios-device-arm64.tgz
simulator arm64 pdfium-ios-simulator-arm64.tgz pdfium-v8-ios-simulator-arm64.tgz
x64 pdfium-ios-simulator-x64.tgz pdfium-v8-ios-simulator-x64.tgz
Linux glibc arm pdfium-linux-arm.tgz pdfium-v8-linux-arm.tgz
arm64 pdfium-linux-arm64.tgz pdfium-v8-linux-arm64.tgz
ppc64 pdfium-linux-ppc64.tgz not tested yet
x64 pdfium-linux-x64.tgz pdfium-v8-linux-x64.tgz
x86 pdfium-linux-x86.tgz pdfium-v8-linux-x86.tgz
musl arm64 pdfium-linux-musl-arm64.tgz failing (#192)
x64 pdfium-linux-musl-x64.tgz failing (#191)
x86 pdfium-linux-musl-x86.tgz failing (#193)
macOS arm64 pdfium-mac-arm64.tgz pdfium-v8-mac-arm64.tgz
x64 pdfium-mac-x64.tgz pdfium-v8-mac-x64.tgz
univ pdfium-mac-univ.tgz pdfium-v8-mac-univ.tgz
Windows arm64 pdfium-win-arm64.tgz pdfium-v8-win-arm64.tgz
x64 pdfium-win-x64.tgz pdfium-v8-win-x64.tgz
x86 pdfium-win-x86.tgz pdfium-v8-win-x86.tgz
WebAssembly1 pdfium-wasm.tgz not supported

1: WebAssembly build is experimental; please provide feedback.

See the Releases page to download older versions of PDFium.

NuGet Packages

The following NuGet packages are available:

OS PDFium PDFium V8
All (meta package) bblanchon.PDFium bblanchon.PDFiumV8
Android bblanchon.PDFium.Android bblanchon.PDFiumV8.Android
iOS bblanchon.PDFium.iOS bblanchon.PDFiumV8.iOS
Linux bblanchon.PDFium.Linux bblanchon.PDFiumV8.Linux
macOS bblanchon.PDFium.macOS bblanchon.PDFiumV8.macOS
Windows bblanchon.PDFium.Win32 bblanchon.PDFiumV8.Win32
WebAssembly1 bblanchon.PDFium.WebAssembly not supported

1: WebAssembly build is experimental; please provide feedback.

HELP WANTED!
I can provide packages for your favorite package manager, but I need help from someone who knows the format. Contact me via GitHub issues if you want to help.

Documentation

PDFium API documentation

Please find the documentation of the PDFium API on developers.foxit.com.

How to use PDFium in a CMake project

  1. Unzip the downloaded package in a folder (e.g., C:\Libraries\pdfium)

  2. Set the environment variable PDFium_DIR to this folder (e.g., C:\Libraries\pdfium)

  3. In your CMakeLists.txt, add

     find_package(PDFium)
    
  4. Then link your executable with PDFium:

     target_link_libraries(my_exe pdfium)
    
  5. On Windows, make sure that pdfium.dll can be found by your executable (copy it on the same folder, or put it on the PATH).

The following projects use (or recommend using) our PDFium builds:

NameLanguageDescription
dart_pdfDartPDF creation module for dart/flutter
DtronixPdfC#PDF viewer and editor toolset
go-pdfiumGoGo wrapper around PDFium with image rendering and text extraction
libvipsCA performant image processing library
PDFium RSRustRust wrapper around PDFium
pdfium-renderRustA high-level idiomatic Rust wrapper around PDFium
pdfium-vfpVFPPDF Viewer component for Visual FoxPro
pdfium.vapiValaVala vapi binding and GTK demo app to display PDF content
PDFiumCoreC#.NET Standard P/Invoke bindings for PDFium
PdfiumLibPascalAn interface to libpdfium for Delphi
PdfLibCoreC#A fast PDF editing and reading library for modern .NET Core applications
PDFtoImageC#.NET library to render PDF content into images
PDFtoZPLC#A .NET library to convert PDF files (and bitmaps) into Zebra Programming Language code
PDFxDartFlutter Render & show PDF documents on Web, MacOs 10.11+, Android 5.0+, iOS and Windows
PyPDFium2PythonPython bindings to PDFium
SpacedriveRust/TSCross-platform file manager, powered by a virtual distributed filesystem
wxPDFViewC++wxWidgets components to display PDF content

Did we miss a project? Please open a PR!

Contributors

Username Contributions
Benoit Blanchon @bblanchon Main contributor
Christoffer Green @ChristofferGreen Linux ARM build
Jeroen Bobbeldijk @jerbob92 Musl and WebAssembly builds
mara004 @mara004 Conda packages. ppc64 build. Constant aid.
Marvin Gießing @mgiessing ppc64 build
David Sungaila @sungaila NuGet packages
Tobias Taschner @TcT2k macOS and V8 builds