password_protected_pdf_checker 1.1.0 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';