uni_pdf 0.0.5
uni_pdf: ^0.0.5 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.