I am working with pdfviewer in Android. That PDF will download full documents which contains 100 pages. Now I need to download single page wise and show it. Currenty I am using DjvuDroidCodecLibrary. So can anybody help me?
Asked
Active
Viewed 246 times
2
-
Is there a specific function call you are trying to understand? – Matthew Mar 13 '11 at 23:58
1 Answers
0
We really need more information, but just a quick search revealed the getPage
method in PdfDocument.java.

Matthew
- 44,826
- 10
- 98
- 87