v0.1.3+3
pdf_previewer
提供了一种从给定路径生成 PDF 文件中选定页面预览的方法。
12喜欢 20近 30 天下载40Pub 分数
平台暂无数据
从PDF文件提供一个简单的PNG页面预览创建器
{"sdk":"flutter"}^1.1.5以下为英文项目原文快照,最新内容请访问 GitHub。
PDF Previewer plugin alows you to generate PNG's of specified pages from a provided PDF file source.
First, add pdf_previewer as a dependency in your pubspec.yaml file.
pdf_previewer: ^0.1.0
Add <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> to your app AndroidManifest.xml file.
No permissions required.
Demo
Check the example app.
For help getting started with Flutter, view our online documentation.
For help on editing plugin code, view the documentation.