decrypt_pdf 0.0.1 copy "decrypt_pdf: ^0.0.1" to clipboard
decrypt_pdf: ^0.0.1 copied to clipboard

A Flutter plugin to decrypt password-protected PDF files on Android and iOS.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add decrypt_pdf

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

dependencies:
  decrypt_pdf: ^0.0.1

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:decrypt_pdf/decrypt_pdf.dart';
1
likes
140
points
26
downloads

Publisher

verified publisherbhavuk.space

Weekly Downloads

A Flutter plugin to decrypt password-protected PDF files on Android and iOS.

Repository (GitHub)

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter, flutter_web_plugins, plugin_platform_interface, web

More

Packages that depend on decrypt_pdf

Packages that implement decrypt_pdf