Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在我的 Android 应用程序中查看 PDF 文件。目前我正在使用下面的代码来查看 PDF 文件,
webView.loadUrl("http://docs.google.com/gview?embedded=true&url=http://www.xyz/docs/pdf1.pdf");
我不想使用上述方法,即 Google Doc,因为它显示带有两个小放大镜的浅蓝色标题,用于放大缩小,我只想查看纯 PDF,其中缩放是通过手指完成的。那可能吗?