flutter_mupdf 0.0.1 copy "flutter_mupdf: ^0.0.1" to clipboard
flutter_mupdf: ^0.0.1 copied to clipboard

A flutter wrapper for MuPDF - a rich-featured PDF library.

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.

1
likes
90
pub points
9%
popularity

Publisher

unverified uploader

A flutter wrapper for MuPDF - a rich-featured PDF library.

Repository (GitHub)
View/report issues

Documentation

API reference

License

AGPL-3.0 (LICENSE)

Dependencies

ffi, ffigen, flutter, json_annotation, json_serializable, path

More

Packages that depend on flutter_mupdf