标签: android
我想在android中开发一个PDF查看器。我不想使用任何第三方库,如PDFBox,iText ......在Android中是否有可能?
答案 0 :(得分:2)
首先获取PDF specification的副本,然后实施它。