simple_pdf_generator 0.2.1
simple_pdf_generator: ^0.2.1 copied to clipboard
A lightweight Flutter package to generate PDFs from structured data.
0.2.1 #
- Table cells: added
PdfTableCellwithPdfTableCell.textandPdfTableCell.imageso rows can mix Unicode text (theme font) and raster images (Uint8List, e.g. PNG). PlainStringand rawUint8Listmap values remain supported for backward compatibility. - Default max image size in table cells is 40×40 PDF points when not specified; optional Flutter
BoxFitmaps to thepdfpackage layout.
0.1.1 #
- Added support for multiple tables
- Added per-table summary sections
- Added table header styling
- Added table cell styling
- Added summary styling