TcT2k / pdfium-binaries

📰 Binary distribution of PDFium

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Total number of downloads Windows Build status Linux/macOS Build Status

Pre-compiled binaries of PDFium

This project hosts pre-compiled binaries of the PDFium library.

See Releases page to download binaries.

Download links

Here are the download links for latest release:

Platform Release build Debug build
Windows 32-bit pdfium-windows-x86.zip pdfium-windows-x86-debug.zip
Windows 64-bit pdfium-windows-x64.zip pdfium-windows-x64-debug.zip
Linux pdfium-linux.zip pdfium-linux-debug.zip
macOS pdfium-darwin.zip pdfium-darwin-debug.zip

How too use in a CMake project

  1. Unzip one of more variants in a folder (eg C:\Libraries\pdfium)

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

  3. In your CMakeLists.txt, add

     find_package(PDFium)
    
  4. Then link you excecutable with PDFium

     target_link_libraries(my_exe pdfium)
    
  5. On Windows, make sure that pdfium.dll can be found by your executable.


This project isn't affilated with Google nor Foxit.

About

📰 Binary distribution of PDFium


Languages

Language:Batchfile 38.7%Language:Shell 33.9%Language:CMake 26.2%Language:C 1.2%