Java Programmers Reference

Top Previous Topic Next Topic  Print this topic

Summary

This reference describes the XF Rendering Server 2013 programming interfaces available in the Java environment.

 

The following table lists the core objects:

 

Class

Description

Engine

Class representing a single instance of a rendering engine. Use it to render XSL-FO documents in one single step.

RenderingParameters

Class representing the rendering parameters passed to an Engine object.

ServerDocumentTemplate

Class representing a template installed in a remote XF Rendering Server instance.

LocalDocumentTemplate

Class representing a template file on the client computer.

 

A sample "Hello World" application in included in the Code Samples section.