pdfrx_engine 0.1.20
pdfrx_engine: ^0.1.20 copied to clipboard
pdfrx_engine is a PDF rendering API built on top of PDFium, designed to be used with the pdfrx plugin.
0.1.20 #
- Maintenance release to keep version alignment and ensure code integrity alongside pdfrx 2.1.19.
0.1.19 #
- Remove broken docImport not to crash dartdoc (dart-lang/dartdoc#4106)
0.1.18 #
- FIXED:
dart run pdfrx:remove_wasm_modules
could hit "Too many open files" on some platforms (#476) - Dependency updates
0.1.17 #
- #474 Add PdfrxEntryFunctions.initPdfium to explicitly call FPDF_InitLibraryWithConfig and pdfrxInitialize/pdfrxFlutterInitialize internally call it
- #474 Add PdfrxEntryFunctions.suspendPdfiumWorkerDuringAction
- Documentation improvements for low-level PDFium bindings access/PDFium interoperability and initialization
0.1.15 #
0.1.13 #
- Add font loading APIs for WASM:
reloadFonts()
andaddFontData()
methods - Add
PdfDocumentMissingFontsEvent
to notify about missing fonts in PDF documents - FIXED: Text coordinate calculation when CropBox/MediaBox has non-zero origin (#441)
- Improve WASM stability and font handling
0.1.12 #
- Fix text character rectangle rotation handling in
loadTextCharRects()
and related methods
0.1.11 #
- Make PdfiumDownloader class private to native implementation
0.1.10 #
- Add mock pdfrxInitialize implementation for WASM compatibility to address pub.flutter-io.cn analyzer complaints
0.1.9 #
- Update example to include text extraction functionality
0.1.8 #
- More consistent behavior on disposed PdfDocument
0.1.7 #
- Improve
loadPagesProgressively
API by makingonPageLoadProgress
a named parameter - Fix parentheses in premultiplied alpha flag check
- Improve documentation for enums
0.1.6 #
- Add premultiplied alpha support with new flag
PdfPageRenderFlags.premultipliedAlpha
0.1.5 #
- New text extraction API.
0.1.4 #
- Minor updates.
0.1.3 #
- Add an example for converting PDF pages to images.
- Add PdfImage.createImageNF() extension method to create Image (of image package) from PdfImage.
0.1.2 #
- Introduces new PDF text extraction API.
0.1.1 #
- Minor fixes.
0.1.0 #
- Initial version.