document processor runs a user-defined document processor that is implemented in Java.
The following table describes the properties of the
ExternalJavaPreProcessor
document processor:
Property
Description
jclass
Defines the path of the Java class.
jmethod
Defines the method to run.
This component is implemented in Java and requires correct configuration of the Java Runtime Environment (JRE).
This component is deprecated. The IntelliScript editor displays it for legacy scripts. Do not use it in new Scripts. Instead, create a custom Java document processor. For more information, see
Developing a Custom Component.