tbytes_pdf_flutter 0.1.0 copy "tbytes_pdf_flutter: ^0.1.0" to clipboard
tbytes_pdf_flutter: ^0.1.0 copied to clipboard

Fill, flatten, decrypt, and sign PDF forms in Flutter. Parse AcroForm fields, flatten filled forms into static content, decrypt password protected PDFs, and place signature images onto PDF pages — no [...]

0.1.0 #

  • Initial release.
  • PdfDoc — PDF parsing, object graph resolution, page tree traversal.
  • AcroFormReader — read and fill AcroForm fields (text, checkbox, radio, choice, signature).
  • PdfFlattener — flatten filled fields / annotations into static page content.
  • PdfDecryptor — decrypt password-protected PDFs (RC4 and AES).
  • SignatureImagePlacer — place a signature image (PNG) onto a form field, with automatic transparent-padding trim and aspect-ratio-preserving fit.
  • PdfWriter — serialize a modified PdfDoc back to bytes.
  • PdfInfoStore — read/write the PDF Info dictionary.
1
likes
140
points
5
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Fill, flatten, decrypt, and sign PDF forms in Flutter. Parse AcroForm fields, flatten filled forms into static content, decrypt password protected PDFs, and place signature images onto PDF pages — no native PDF SDK or platform channels required.

Repository (GitHub)
View/report issues

Topics

#pdf #form #signature #acroform

License

MIT (license)

Dependencies

archive, crypto, encrypt, flutter

More

Packages that depend on tbytes_pdf_flutter