tbytes_pdf_flutter 0.1.0
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_flutterThis 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.0Alternatively, 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';