flutter_pdfview icon indicating copy to clipboard operation
flutter_pdfview copied to clipboard

Search words and verify password

Open EduProgOliveira opened this issue 4 years ago • 2 comments

It would be interesting to find out if the document has a password. And a function to search for words in the PDF. If this solution already exists, please inform me

EduProgOliveira avatar Apr 11 '21 09:04 EduProgOliveira

And me

Read text from file by page iOs: https://github.com/thevikke/read_pdf_text/blob/master/ios/Classes/SwiftReadPdfTextPlugin.swift Android: https://github.com/thevikke/read_pdf_text/blob/master/android/src/main/java/com/example/read_pdf_text/ReadPdfTextPlugin.java

document has a password: _pdfView.document isEncrypted

Taron133 avatar Feb 03 '22 13:02 Taron133