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 [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add tbytes_pdf_flutter

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  tbytes_pdf_flutter: ^0.1.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:tbytes_pdf_flutter/tbytes_pdf_flutter.dart';
1
likes
140
points
4
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