password_protected_pdf_checker

Last updated:

0 purchases

password_protected_pdf_checker Image
password_protected_pdf_checker Images
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.