Android PDF reader from scratch

巧了我就是萌 提交于 2019-12-17 22:09:23

问题


I know it sounds ambitious but our client requires a PDF Reader of his own with some selected functionalities. Can anyone guide me to some good tutorials for paving the way to start this development?

I guess I need to clear some pdf basics and start from scratch OR i would be happy if there is any library which i can use directly and only modify the controls at my will.


回答1:


In terms of specific Android implementation, I really can't advise you there, I'm afraid.

However, there is a lot of PDF viewing software available that is open-source which would allow you to see the underlying code to learn from.

One example is PDFedit, which is also an editor, but there are loads on SourceForge or Google Code you could have a look at.

This Wikipedia section has a list of multi-platform development libraries which could help you. There is also a bunch of PDF software, much of which is open-source. Perhaps you could find a simplistic one and have a look at how it parses PDFs.




回答2:


I get the source code. Follow this link here .




回答3:


i have fond this one, it is a tutorial, maybe is the thing you are looking for. http://www.edumobile.org/android/android-apps/pdf-reader/



来源:https://stackoverflow.com/questions/2947517/android-pdf-reader-from-scratch

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!