See: Description
Interface | Description |
---|---|
JavaNode |
This interface allows executing Java code inside of a Flow in the PDF
Automation Server.
|
Message |
The
Message is processed by a JavaNode . |
PASContext |
The
PASContext contains information about the running process as
well as access to the services provided by PDF Automation Server. |
Payload |
The
Payload contains information for the current content being
processed. |
VariableConstants |
Constants used for message and source variables.
|
Exception | Description |
---|---|
FlowException |
A
FlowException can be thrown by
JavaNode.process(PASContext, Message). |
While most of the functionality of Qoppa's jPDFProcess library API is provided with task related nodes, there may be times that Java code is needed for tasks not handled directly by the PDF Automation Server Flow module. These might include processing a specific mime type or accessing a database.