Hello, I am working on an Android project which supports PDFs. We would like it to work similar to our iOS app in that each page object displays a page of the PDF rendered into the view with various layers. The page object is then in a scroll view. I have been looking around and there doesn't seem to be the nice easy PDF tools for Android like there are for iOS. I have seen some expensive PDF creation SDKs for sale, also ways to include MuPDF in your project. Is there anything than can make my life simple and just read in a PDF and draw a page to the canvas?
↧