在我的Android应用程序中打开PDF
问题描述:
你好,
我想打开一个.pdf文件到我的android应用程序.
请帮帮我.
如果有人在C#.net或VB.net中有任何将PDF转换为图像的代码,也请提供
Hello,
I want to open an .pdf file to my android application.
Please Help me.
if anyone have any code that convert PDF to image in C#.net or VB.net then also please give
thanks in advance.
答
如果您打算使用查看器从应用程序中打开PDF.
安装PDF阅读器,例如Adobe®Reader® [ Android PDF Viewer [ ^ ]并使用它从您的应用程序中打开文档.
如果要在应用程序内部呈现PDF,则可以使用开源应用程序 Android PDF Viewer [
If your intent is to open the PDF from your application using a viewer.
Install a PDF reader like Adobe® Reader®[^] or Android PDF Viewer[^] and use it to open the document from your application.
If you want to render the PDF inside your application you could use the open source application Android PDF Viewer[^] to see how it is done.