Skip to content

itzMeerkat/flutter_mupdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published