| 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. |