PdfiumAndroid
PdfiumAndroid copied to clipboard
Is it possible to get input stream of a password protected PDF?
My requirement is to get a InputStream of a password protected PDF and print the PDF using the InputStream .
I can pass password protected PDF filepath and password. In return decrypted pdf file's InputStream is required.
Can someone please confirm if there is any such method supported by this library