pdf_edit 0.3.1
pdf_edit: ^0.3.1 copied to clipboard
A package to edit and fill the fields of PDF forms.
0.3.1 #
- Mandatory versioning to publish 0.3.0. This update is really nothing important.
0.3.0 #
- Simplified the PDF generation flow so
PdfDocumentresolves assets, rasterises pages, and assembles templates internally. - Removed the public template loader API to keep the surface area focused on builder → data → generate.
- Updated documentation to reflect the streamlined workflow and added sequence diagrams for quick reference.
0.2.2 #
- Dart format every file.
0.2.1 #
- Issue with publishing fix.
0.2.0 #
- Tried to potentially move away from Printing package. However the rasterization it provides its the backbone.
0.1.0 #
- Initial release. Bare-minimum API to generate bytes and save updated PDF.