Package com.snowbound.contenthandler.interfaces
Interfaces that can be used to add features to a content handler.
-
Interface Summary Interface Description AllAnnotationsInterface This interface defines a more efficient method for retrieving annotations on a document.AnnotationsInterface Defines base methods to save and retrieve annotations.AvailableDocumentsInterface Defines method for retrieving a list of available and viewable documents.BookmarksInterface Allows for retrieving and saving page bookmarks.CacheValidator Allows VirtualViewer to confirm whether specific documents should be retrieved or stored in the VirtualViewer cache.CreateDocumentInterface Allows a user to upload a document through the client interface.DocumentNotesInterface Enables the document notes feature.EventSubscriberInterface Implement this interface to subscribe to client events.HealthCheckInterface OCRDataProviderInterface SendDocumentInterface Defines a method to export a document through the content handler.VirtualViewerContentHandlerInterface The base required interface which defines methods for retrieving and saving document content.WatermarksInterface Defines methods for retrieving and deleting watermarks.