Uses of Interface
com.qoppa.pdf.IPasswordHandler

Packages that use IPasswordHandler
com.qoppa.pdf General classes used by different objects throughout the library. 
com.qoppa.pdfPrint PDFPrint main class. 
 

Uses of IPasswordHandler in com.qoppa.pdf
 

Methods in com.qoppa.pdf with parameters of type IPasswordHandler
static DocumentInfo DocumentInfo.getDocumentInfo(String fileName, IPasswordHandler pwdHandler)
          Static method to get the document information from a document in a file.
static DocumentInfo DocumentInfo.getDocumentInfo(InputStream inStream, IPasswordHandler pwdHandler)
          Static method to get the document information from a document from an InputStream.
static DocumentInfo DocumentInfo.getDocumentInfo(URL url, IPasswordHandler pwdHandler)
          Static method to get the document information from a document from a URL.
 

Uses of IPasswordHandler in com.qoppa.pdfPrint
 

Methods in com.qoppa.pdfPrint with parameters of type IPasswordHandler
static void PDFPrint.print(String fileName, PrintSettings printSettings, IPasswordHandler pwdHandler)
          Convenience method to print a PDF document from a file.
static void PDFPrint.print(String fileName, String printerName, PrintSettings printSettings, IPasswordHandler pwdHandler)
          Convenience method to print a PDF document from a file to a named printer.
 

Constructors in com.qoppa.pdfPrint with parameters of type IPasswordHandler
PDFPrint(String fileName, IPasswordHandler pwdHandler)
          Loads a PDF document from a file.
PDFPrint(InputStream inStream, IPasswordHandler pwdHandler)
          Loads a PDF document from an InputStream.
PDFPrint(URL url, IPasswordHandler pwdHandler)
          Loads a PDF document from a URL.