uni_pdf 0.0.5 copy "uni_pdf: ^0.0.5" to clipboard
uni_pdf: ^0.0.5 copied to clipboard

Pdf Validation flutter plugin

uni_pdf #

Used for checking :

  1. Whether pdf has password
  2. 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.

0
likes
150
points
0
downloads

Publisher

unverified uploader

Weekly Downloads

Pdf Validation flutter plugin

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on uni_pdf

Packages that implement uni_pdf