decrypt_pdf 0.0.1
decrypt_pdf: ^0.0.1 copied to clipboard
A Flutter plugin to decrypt password-protected PDF files on Android and iOS.
0.0.1 #
- Initial release of
decrypt_pdf
. - Added
isPdfProtected
to check if a PDF is password-protected (Android & iOS). - Added
openPdf
to decrypt password-protected PDFs to a temporary file path (Android & iOS). - Added
getPdfAsBase64
to retrieve PDF content as a Base64 string (Android & iOS).