password_protected_pdf_checker 1.1.0 copy "password_protected_pdf_checker: ^1.1.0" to clipboard
password_protected_pdf_checker: ^1.1.0 copied to clipboard

Sometime we need to check whether the PDF is password protected or not without opening that PDF. This plugin will help to identify this.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add password_protected_pdf_checker

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

dependencies:
  password_protected_pdf_checker: ^1.1.0

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:password_protected_pdf_checker/password_protected_pdf_checker.dart';
1
likes
130
pub points
87%
popularity

Publisher

verified publisherwhizfy.ai

Sometime we need to check whether the PDF is password protected or not without opening that PDF. This plugin will help to identify this.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, flutter_web_plugins, plugin_platform_interface

More

Packages that depend on password_protected_pdf_checker