uni_pdf 0.0.1
uni_pdf: ^0.0.1 copied to clipboard
Pdf Validation flutter plugin
uni_pdf #
Used for checking :
- Whether pdf has password
- validate correct password against custom input
How to use #
There are only 2 methods you can use
Future<bool?> isEncrypted(String filePath)
Future<bool?> isPasswordCorrect(String filePath, String password)
I guess they are self explanatory in nature.