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

dart:ffi wrapper for Google's Pdfium library

pub package

Flutter Pdfium #

This project aims to wrap the complete Pdfium API in dart, over FFI.

It's currently only a proof-of-concept, but can successfully produce bitmaps from PDF files.

This has the potential to build a truly cross platform, high-level API for rendering and editing PDFs on all 5 platforms.

Goals #

  • ❌ Build Pdfium shared libraries for all platforms. (pdfium_builder)
  • ❌ Find a way to generate FFI code from C headers.
  • ❌ Integrate into flutter_pdf_viewer.

Thanks #

A big THANK YOU to Google for open sourcing Pdfium, and releasing dart:ffi.

4
likes
15
points
11
downloads

Publisher

unverified uploader

Weekly Downloads

dart:ffi wrapper for Google's Pdfium library

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

ffi, image

More

Packages that depend on pdfium