# pdfium-binaries
**Repository Path**: ZView/pdfium-binaries
## Basic Information
- **Project Name**: pdfium-binaries
- **Description**: mirror from https://github.com/bblanchon/pdfium-binaries.git
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 2
- **Forks**: 1
- **Created**: 2020-03-16
- **Last Updated**: 2023-05-26
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# Pre-compiled binaries of PDFium
[](https://github.com/bblanchon/pdfium-binaries/actions/workflows/patch.yml)
[](https://github.com/bblanchon/pdfium-binaries/releases/)
[](https://github.com/bblanchon/pdfium-binaries/releases/latest/)
[](https://www.nuget.org/packages/bblanchon.PDFium/)
This project hosts pre-compiled binaries of the [PDFium library](https://pdfium.googlesource.com/pdfium/), 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:
1: WebAssembly build is experimental; please [provide feedback](https://github.com/bblanchon/pdfium-binaries/issues/28).
See the [Releases page](https://github.com/bblanchon/pdfium-binaries/releases) to download older versions of PDFium.
### NuGet Packages
The following NuGet packages are available:
1: WebAssembly build is experimental; please [provide feedback](https://github.com/bblanchon/pdfium-binaries/issues/28).
**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](https://github.com/bblanchon/pdfium-binaries/issues) if you want to help.
## Documentation
### 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`).
## Related projects
The following projects use (or recommend using) our PDFium builds:
| Name | Language | Description |
|:-------------------------|:---------|:------------------------------------------------------------------------------------------------------------|
| [dart_pdf][dart_pdf] | Dart | PDF creation module for dart/flutter |
| [DtronixPdf][dtronixpdf] | C# | PDF viewer and editor toolset |
| [go-pdfium][go-pdfium] | Go | Go wrapper around PDFium with helper functions for various methods like image rendering and text extraction |
| [libvips][libvips] | C | A performant image processing library |
| [PDFium RS][pdfium_rs] | Rust | Rust wrapper around PDFium |
| [PDFiumCore][pdfiumcore] | C# | .NET Standard P/Invoke bindings for PDFium |
| [PdfiumLib][pdfiumlib] | Pascal | An interface to libpdfium for Delphi |
| [PdfLibCore][pdflibcore] | C# | A fast PDF editing and reading library for modern .NET Core applications |
| [PDFtoImage][pdftoimage] | C# | .NET library to render PDF content into images |
| [PDFtoZPL][pdftozpl] | C# | A .NET library to convert PDF files (and bitmaps) into Zebra Programming Language code |
| [PDFx][pdfx] | Dart | Flutter Render & show PDF documents on Web, MacOs 10.11+, Android 5.0+, iOS and Windows |
| [PyPDFium2][pypdfium2] | Python | Python bindings to PDFium |
| [wxPDFView][wxpdfview] | C++ | wxWidgets components to display PDF content |
*Did we miss a project? Please open a PR!*
## Contributors
David Sungaila, [@sungaila](https://github.com/sungaila):
* NuGet packages
Christoffer Green, [@ChristofferGreen](https://github.com/ChristofferGreen):
* Linux ARM build
Tobias Taschner, [@TcT2k](https://github.com/TcT2k):
* macOS build
* V8 build
[dart_pdf]: https://github.com/DavBfr/dart_pdf
[pdfx]: https://github.com/scerio/packages.flutter/tree/main/packages/pdfx
[go-pdfium]: https://github.com/klippa-app/go-pdfium
[pdfium_rs]: https://github.com/asafigan/pdfium_rs
[pdfiumcore]: https://github.com/Dtronix/PDFiumCore
[pdftoimage]: https://github.com/sungaila/PDFtoImage
[pypdfium2]: https://github.com/pypdfium2-team/pypdfium2
[wxpdfview]: https://github.com/TcT2k/wxPDFView
[libvips]: https://github.com/libvips/libvips
[pdfiumlib]: https://github.com/ahausladen/PdfiumLib
[pdflibcore]: https://github.com/jbaarssen/PdfLibCore
[dtronixpdf]: https://github.com/Dtronix/DtronixPdf
[pdftozpl]: https://github.com/sungaila/PDFtoZPL