native_pdf_engine 0.0.2
native_pdf_engine: ^0.0.2 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.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.