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

PlatformAndroid

A flutter plugin for doing various manipulations such as merge, split, compress and many more on PDF easily.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add pdf_manipulator

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

dependencies:
  pdf_manipulator: ^0.5.9

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:pdf_manipulator/pdf_manipulator.dart';
58
likes
160
pub points
88%
popularity

Publisher

verified publisherdeepanshuchaudhary.com

A flutter plugin for doing various manipulations such as merge, split, compress and many more on PDF easily.

Repository (GitHub)
View/report issues

Documentation

API reference

License

AGPL-3.0 (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on pdf_manipulator