readpdf 0.0.3 copy "readpdf: ^0.0.3" to clipboard
readpdf: ^0.0.3 copied to clipboard

PlatformAndroid

A plugin to read pdf files

readpdf #

A plugin to read pdf files

Features #

  • Load a PDF file.
  • Scroll handle.
  • Document sources.
  • Pages fit policy (WIDTH, HEIGHT, BOTH),
  • Bitmap quality, Double Tap Zooming.

Getting Started #

To initialize plugin: final _readpdfPlugin = Readpdf();

  • View PDF file:
  • String title = "";
  • String grade = "";
  • String lang = "en";
  • _readpdfPlugin.viewPdf('path/Beginning Flutter.pdf', title, grade, lang);
1
likes
140
points
33
downloads

Publisher

unverified uploader

Weekly Downloads

A plugin to read pdf files

Homepage

Documentation

API reference

License

BSD-3-Clause, MIT (license)

Dependencies

flutter, path_provider, plugin_platform_interface

More

Packages that depend on readpdf