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.