read, render, create or modify pdf, all in one(but not all implemented yet).

Features

  • Read PDF
  • Get page count of a pdf.
  • Rasterize PDF page to ui.Image
  • Extract texts and its format information from PDF.

Getting started

Since this package is a wrapper, it is not very dart. But no worries, MuPdf has neat API design and its already easy to use. Basically all you need to pay attention is, always call clearMuPdf for every unused MuPdfInst. Otherwise there will be memory leak.

Usage

Please refer to test for now.

Additional information

Since MuPdf is licensed under AGPLv3, this package will also licensed under the same license.

Libraries

flutter_mupdf