password_protected_pdf_checker

Creator: coderz1093

Last updated:

Add to Cart

Description:

password protected pdf checker

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
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.