v0.1.3+3
pdf_previewer
Provides a way to generate previews of selected pages in a PDF file from a provided path.
12Likes 2030-day downloads40Pub points
Platforms unavailable
Provides a simple PNG page preview creator from PDF files
{"sdk":"flutter"}^1.1.5English project snapshot. Visit GitHub for the latest content.
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.