dart_pdf_engine 1.0.0
dart_pdf_engine: ^1.0.0 copied to clipboard
A pure-Dart Flutter library for creating, reading, and manipulating PDF documents programmatically. Supports text, images, shapes, tables, fonts, bookmarks, and more.
1.0.0 #
- Initial release.
- PDF document creation from scratch.
- Text drawing with standard PDF fonts (Helvetica, Times, Courier, etc.).
- TrueType font embedding with subsetting.
- JPEG and PNG image embedding.
- Shapes: lines, rectangles, ellipses, paths.
- Colors, brushes, and pens.
- Multi-page documents with standard page sizes.
- Tables with cell styling, borders, and padding.
- Ordered and unordered lists.
- Document bookmarks/outlines.
- URI annotations (hyperlinks).
- Basic PDF reading and text extraction.