Skip to content

curasystems/pdfium-binaries

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Batchfile 39.4%
  • Shell 32.8%
  • CMake 26.6%
  • C 1.2%