public interface PdfDocumentChangeHandler
onLoad()
event. Similarly, just before a document is
closed, the user application will be able to remove
any information related to the document on the end-user
application interface.Modifier and Type | Method and Description |
---|---|
void |
onClose()
Called before a loaded PDF document is closed.
|
void |
onLoad()
Called after a PDF document is loaded.
|
void onLoad() throws PdfException, IOException
PdfException
- if an illegal argument is supplied.IOException
- if an I/O error occurs.void onClose() throws PdfException, IOException
PdfException
- if an illegal argument is supplied.IOException
- if an I/O error occurs.