pdfium-binaries icon indicating copy to clipboard operation
pdfium-binaries copied to clipboard

📰 Binary distribution of PDFium

Results 31 pdfium-binaries issues
Sort by recently updated
recently updated
newest added

Hi, Thanks for your effort. I have tried it and it works fine, but I found there is no @rpath in built lippdfuim.dylib. That means I have to put it...

Hi, Is there a possibility to get also a static LIB file or your DLL project files? The static LIB is MUCH bigger ... it would be probably enough OK...

glibc 2.29 version too high, I tried compiling with Ubuntu 18.04, but It still need to rely on glibc 2.29 in the end, How to downgrade glibc version to at...

help wanted

Where can I download latest C++ PDFium binaries for debug projects? As I understand all latest binaries for Release only.

Hello, I tried using your library to build an iOS package. For that I've downloaded the dylib files for arm64 and x86 and created an xcframework using this command: `xcodebuild...

help wanted

I found hints for skia support in the pdfium header files. https://pdfium.googlesource.com/pdfium/+/refs/heads/master/public/fpdfview.h#878 Would it be possible to do an additional build for skia like for v8? This project is really...

Hello, I forked your repo to build for v8 (xfa support) and tried to run a build with mac: - https://github.com/schmitch/pdfium-binaries/actions/runs/1618800775 I basically created a small rust program, that works...

built with V8 enabled but when testing with: #include "fpdf_libs.h" int main() { // Determine the path to files in the res folder from the archive const char* resPath =...

bug

To make it work on Android 21+, we need following changes: 1) Change `default_min_sdk_version`, by default **pdfium** uses **26** for this variable, but we can set it to **21**. This...

Hello, When im trying to use .so on Android 5.1, i received this error: java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "__register_atfork" referenced by "/data/app/io.legere.pdfiumandroidkt-1/lib/arm64/libpdfium_v2.so"

question