com.qoppa.pdf
Interface IPasswordHandler


public interface IPasswordHandler

External interface used by the PDF library to request a password. When a PDF document is password protected, the library will call the getPassword method in the interface to get a password from the user or the calling application.

Author:
Qoppa Software

Method Summary
 byte[] getPassword()
          Method called to get a password for encrypted PDF documents.
 

Method Detail

getPassword

public byte[] getPassword()
Method called to get a password for encrypted PDF documents.

Returns:
byte array containing the password.