Link

Custom Interfaces

JPedal includes a method to allow users to replace certain aspects of the program with their own functionality for specialised situations. JPedal provides a method call and a set of interfaces to achieve this.

How it works

The addExternalHandler(Object newHandler,int type) method in PdfDecoder allows the user to pass in their own object which implements a predefined interface.

If this object is set, it will be called internally by JPedal at specific points allowing the object to replace or augment certain functions.

Some values are used internally and not listed here. Recommended values are:

Important note

This feature is provided as a service for commercial clients. It is not part of the official API and subject to change. It should only be used in consultation with IDRsolutions Ltd