Android Question Open a pdf file

Aldo's

Active Member
Licensed User
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.
 

Alex_197

Well-Known Member
Licensed User
Longtime User
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.
check these links

 
Upvote 0
Top