I have make an application in which I want to display pdf of images which is captured by camera.
I am able to capture the image and store it in pdf file. But when I open the pdf to display image开发者_如何学Cs,it gives me an error . To display an pdf file I have used the iText.jar 5.0.6.
iText is not a PDF viewer. You should have a look at IcePDF instead, although I'm not sure it can be used on Android platforms.
精彩评论