Uses of Class
com.crionics.jpdf.PdfAuthException

Packages that use PdfAuthException
com.crionics.jpdf.viewer Contains GUI elements to integrate pdf rendering technologies in applications. 
 

Uses of PdfAuthException in com.crionics.jpdf.viewer
 

Methods in com.crionics.jpdf.viewer that throw PdfAuthException
 void ViewerPanel.setDocument(java.io.File filePath)
           
 void ViewerFrame.setDocument(java.io.File pathToPDF)
          Displays the given document in the rendering panel
 void RendererPanel.setDocument(java.io.File pathToPDF)
           
 void IViewer.setDocument(java.io.File pathToPDF)
          Loads and Displays the given document in the rendering panel.
 void ViewerPanel.setDocument(java.io.File pathToPDF, ICredentials credentials)
           
 void RendererPanel.setDocument(java.io.File pathToPDF, ICredentials credentials)
          IMPORTANT: the loading is ASYNCHRONOUS, please use the method isDocumentLoaded() to check when to document is completely rendered.
 void IViewer.setDocument(java.io.File pathToPDF, ICredentials credentials)
          Displays the given document in the rendering panel using the given credentials.
 



Copyright © 1999-2007 Crionics. All Rights Reserved.