pdf_previewer 0.1.3+3 pdf_previewer: ^0.1.3+3 copied to clipboard
Provides a way to generate previews of selected pages in a PDF file from a provided path.
pdf_previewer #
PDF Previewer plugin alows you to generate PNG's of specified pages from a provided PDF file source.
Installation #
First, add pdf_previewer as a dependency in your pubspec.yaml file.
pdf_previewer: ^0.1.0
Android #
Add <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
to your app AndroidManifest.xml
file.
iOS #
No permissions required.
Demo App #
Example #
Check the example app.
Getting Started #
For help getting started with Flutter, view our online documentation.
For help on editing plugin code, view the documentation.