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);