password_protected_pdf_checker 1.1.0 icon indicating copy to clipboard operation
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
82%
popularity

Publisher

verified publisher iconwhizfy.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

Icon for licenses.BSD-3-Clause (LICENSE)

Dependencies

flutter, flutter_web_plugins, plugin_platform_interface

More

Packages that depend on password_protected_pdf_checker