I’m developing an Android application which involves reading pdf files.
Initially on syncing with the server a set of pdf files will be saved into the device’s SD card.
Now, I have a requirement to convert this pdf file into images. Because on doing that the speed of loading the pages are faster..
can anyone help me with this and if possible give me links to some sample code..
I got this idea from here https://stackoverflow.com/a/4779852/1105585 ….
but i don’t know how this works… help plz..
On desktop I’ve used iText java library for that kind of task. Not sure if its Android compatible but worth of giving a shot as its easy to implement.