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

PlatformAndroid
outdated

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 #

This is a port from android to flutter to read pdf files. The original implementation can be found on: https://github.com/barteksc/AndroidPdfViewer

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
5
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

Packages that implement readpdf