pdfrx_engine 0.1.9
pdfrx_engine: ^0.1.9 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.9 #
- Update example to include text extraction functionality
0.1.8 #
- More consistent behavior on disposed PdfDocument
0.1.7 #
- Improve
loadPagesProgressivelyAPI by makingonPageLoadProgressa 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.