native_pdf_engine 0.0.4
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
convertToDataandconvertUrlToDatato retrieve PDF data directly asUint8List. - Added
ByteArrayOutputStreamto 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.