文件名称:Android代码-PdfRenderer 来在 Android 上渲染 Pdf
文件大小:1.36MB
文件格式:ZIP
更新时间:2022-08-26 00:54:58
Android代码
Android PdfRendererBasic Sample This sample demonstrates how to display PDF document on screen using the PdfRenderer introduced in Android 5.0 Lollipop. Introduction You can now render PDF document pages into bitmap images for printing by using the new PdfRenderer class. You must specify a ParcelFileDescriptor that is seekable (that is, the content can be randomly accessed) on which the system writes the the printable content. Your app can obtain a page for rendering with openPage(), then call r
【文件预览】:
android-PdfRendererBasic-master
----kotlinApp()
--------settings.gradle(22B)
--------build.gradle(649B)
--------.google()
--------gradlew(5KB)
--------CONTRIBUTING.md(2KB)
--------LICENSE(32KB)
--------screenshots()
--------README.md(3KB)
--------gradlew.bat(2KB)
--------gradle()
--------Application()
----settings.gradle(22B)
----build.gradle(14B)
----.google()
--------packaging.yaml(484B)
----gradlew(5KB)
----CONTRIBUTING.md(2KB)
----CONTRIB.md(2KB)
----LICENSE(11KB)
----screenshots()
--------icon-web.png(36KB)
--------main.png(401KB)
----README.md(3KB)
----gradlew.bat(2KB)
----gradle()
--------wrapper()
----Application()
--------build.gradle(1KB)
--------src()
--------tests()