pdf_manipulator 1.0.6 copy "pdf_manipulator: ^1.0.6" to clipboard
pdf_manipulator: ^1.0.6 copied to clipboard

Cross-platform PDF toolkit for Flutter. Merge, split, render, extract, search, sign, encrypt, convert, build from scratch. Rust engine, off the main thread.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add pdf_manipulator

With Flutter:

 $ flutter pub add pdf_manipulator

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

dependencies:
  pdf_manipulator: ^1.0.6

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_manipulator/pdf_manipulator.dart';
69
likes
160
points
1.37k
downloads

Documentation

API reference

Publisher

verified publisherwhuppi.com

Weekly Downloads

Cross-platform PDF toolkit for Flutter. Merge, split, render, extract, search, sign, encrypt, convert, build from scratch. Rust engine, off the main thread.

Repository (GitHub)
View/report issues
Contributing

Topics

#pdf #ffi #wasm #document #encryption

License

MIT (license)

Dependencies

code_assets, crypto, ffi, hooks, logging, meta, package_config, path, web

More

Packages that depend on pdf_manipulator