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.

Flutter Password Protected PDF Checker #

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

Getting Started #

final passwordProtectedChecker = PasswordProtectedPdfChecker();
final result = await passwordProtectedChecker.isPDFPasswordProtected(bytes);
//here you need to get Uint8List from PDF file
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