android-support-pdfium icon indicating copy to clipboard operation
android-support-pdfium copied to clipboard

PDFium SDK for Android Application

Results 5 android-support-pdfium issues
Sort by recently updated
recently updated
newest added

Installing an android 12 emulator version when opening a pdf it crashes with this exception. ``` Caused by: java.lang.UnsatisfiedLinkError: dlopen failed: library "libpdfsdk_jni.so" not found at java.lang.Runtime.loadLibrary0(Runtime.java:1077) at java.lang.Runtime.loadLibrary0(Runtime.java:998) at...

Please, see my PR: https://github.com/benjinus/android-support-pdfium/pull/9

![image](https://user-images.githubusercontent.com/64877834/132307105-48c39ff3-162a-400b-abdf-3aa5f24b490d.png) file sample: [Welcome to SigningHub.pdf](https://github.com/benjinus/android-support-pdfium/files/7119911/Welcome.to.SigningHub.pdf)

Some latin Unicode Chars are not properly displayed.

Adding blank space as suffix of a query text causes pdfium to crash with message: lib/arm64/libpdfsdk.so (_ZN17CPDF_TextPageFind8FindNextEv+280). I will provide pdf example if needed. Thank you.