开发者

How PDF viewer works on Android

开发者 https://www.devze.com 2023-03-04 15:15 出处:网络
I went through the open source of pdf viewer in android. My guess is that they convert the pdf pages i开发者_开发知识库n to images. Google by default does not any library functions to parse or displa

I went through the open source of pdf viewer in android.

My guess is that they convert the pdf pages i开发者_开发知识库n to images. Google by default does not any library functions to parse or display a pdf. Is there any way to render pdf instead of displaying them as image?


I think it should be easier to use a library. So far I've used http://itextpdf.com/ and it works well... On Java in an App Server :P . Using it with Android should be interesting.

0

精彩评论

暂无评论...
验证码 换一张
取 消