pdf_acroform 0.2.0 copy "pdf_acroform: ^0.2.0" to clipboard
pdf_acroform: ^0.2.0 copied to clipboard

A Dart/Flutter package to parse PDF AcroForm fields and display interactive form overlays. Extract metadata and render editable fields.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add pdf_acroform

With Flutter:

 $ flutter pub add pdf_acroform

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

dependencies:
  pdf_acroform: ^0.2.0

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

Import it

Now in your Dart code, you can use:

import 'package:pdf_acroform/pdf_acroform.dart';
3
likes
0
points
--
downloads

Publisher

verified publisheralpaga.io

Weekly Downloads

A Dart/Flutter package to parse PDF AcroForm fields and display interactive form overlays. Extract metadata and render editable fields.

Repository (GitHub)
View/report issues

Topics

#pdf #form #acroform #pdf-parser

License

unknown (license)

Dependencies

dart_pdf_reader, flutter, meta, pdfrx

More

Packages that depend on pdf_acroform