native_pdf_engine 0.0.4 copy "native_pdf_engine: ^0.0.4" to clipboard
native_pdf_engine: ^0.0.4 copied to clipboard

A high-performance, FFI-based Flutter package to convert HTML and URLs to PDF using native OS webviews (Android, iOS, macOS).

0.0.4 #

  • Fixed clipping issues on Android by implementing dynamic height detection using getContentHeight.
  • Improved rendering quality on Android by enabling slowWholeDocumentDraw.
  • Enhanced page load detection and layout stability with precise delays.
  • Optimized Android conversion logic for better reliability.

0.0.2 #

  • Added convertToData and convertUrlToData to retrieve PDF data directly as Uint8List.
  • Added ByteArrayOutputStream to Android bindings to support in-memory PDF generation.

0.0.1 #

  • Initial release.
  • Platform implementations for iOS (WKWebView), macOS (WKWebView), and Android (Pure JNI WebView).
  • Support for converting HTML strings and URLs to PDF.
3
likes
0
points
177
downloads

Publisher

verified publisheralihassan143cool.blogspot.com

Weekly Downloads

A high-performance, FFI-based Flutter package to convert HTML and URLs to PDF using native OS webviews (Android, iOS, macOS).

Repository (GitHub)
View/report issues

Topics

#pdf #html-to-pdf #webview #ffi #jni

License

unknown (license)

Dependencies

ffi, flutter, jni, logging, objective_c, path

More

Packages that depend on native_pdf_engine

Packages that implement native_pdf_engine