Method: PDF::Reader::UnimplementedSecurityHandler#decrypt
- Defined in:
- lib/pdf/reader/unimplemented_security_handler.rb
#decrypt(buf, ref) ⇒ Object
14 15 16 |
# File 'lib/pdf/reader/unimplemented_security_handler.rb', line 14 def decrypt(buf, ref) raise PDF::Reader::EncryptedPDFError, "Unsupported encryption style" end |