Android的PDF浏览器库或muPDF库教程浏览器、教程、Android、PDF

由网友(旧巷情人)分享简介:我想读我的Andr​​oid应用程序的PDF文件。我不想用默认的PDF阅读器,只是打开一个新的意图,因为我需要我自己的GUI,并希望使用的第一页作为封面。因此,我需要让自己的PDF阅读器。我做了一些研究和碰到muPDF和 Android的PDF浏览器库。 I'm trying to read pdf files in...

我想读我的Andr​​oid应用程序的PDF文件。我不想用默认的PDF阅读器,只是打开一个新的意图,因为我需要我自己的GUI,并希望使用的第一页作为封面。因此,我需要让自己的PDF阅读器。我做了一些研究和碰到muPDF和 Android的PDF浏览器库。

I'm trying to read pdf files in my android application. I don't want to use the default pdf reader and simply open a new intent because I need my own GUI, and want to use the first page as a cover. Therefore I need to make my own pdf reader. I did some research and came across muPDF and Android PDF Viewer Library.

我试图按照教程来实现Android的PDF浏览器库,从github上的描述。但问题是,它加载PDF文件,直到永远。我需要做些别的事情不仅仅是在描述的步骤是什么?

I tried to follow tutorial to implement Android PDF Viewer Library, from the github description. But the problem is that it loads pdf file forever. Do I need to do something else than just the steps in the description?

我找不到任何教程为muPDF库外,还有什么?如何实现它?

I can't find any tutorials for the muPDF library, are there any? How to implement it?

如果没有为previous没有有用的回答两个问题,请问有什么好的PDF库那里有教程和良好的文档?

If there is no useful answer for the previous two questions, are there any good pdf library out there with tutorials and good documentation?

感谢您,希望我能解决我的问题。

Thank you, hopefully, I will be able to solve my problem

推荐答案

MuPDF是一个非常好的图书馆,你绝对可以使用它。如果你需要使用MuPDF Android应用程序的一个完整的例子,我建议你看一看上 Github上这种定制杂志的应用程序。

MuPDF is a very good library, you can definitely use it. If you need a complete example of Android app using MuPDF, I suggest you to take a look at this customizable magazine app on Github.

阅读全文

相关推荐

最新文章