Good morning everyone.
Up until now, I've used the PDFium V. 1.4 library to view PDFs in an app.
Now the problem arises with the 16 KB page size compatibility, which isn't supported by PDFium.
So I need to solve the problem differently, without this library.
How can I view a PDF?
What tool allows me to view it, perhaps with the ability to move between pages?
Thanks everyone.
Good morning everyone.
Up until now, I've used the PDFium V. 1.4 library to view PDFs in an app.
Now the problem arises with the 16 KB page size compatibility, which isn't supported by PDFium.
So I need to solve the problem differently, without this library.
How can I view a PDF?
What tool allows me to view it, perhaps with the ability to move between pages?
Thanks everyone.
Dear all in my app I used PDFium library and i got a warning message from Google consle like Does not support 16 KB Hide detail Learn more Libraries that do not support 16 KB: base/lib/arm64-v8a/libmodft2.so base/lib/arm64-v8a/libmodpdfium.so base/lib/arm64-v8a/libmodpng.so...
Hi all. I have a question. Since the PDFium library is a only option to open a PDF and this lib is not 16KB compatible - are there any option to update this lib? I tried to update the Pdfium.aar according to https://www.b4x.com/android/forum/t...ot-support-16kb-alignment.168440/post-1032482 I...