xfj:job

Top Previous Topic Next Topic  Print this topic

The root element of a DAL job is xfj:job. Elements prefixed with the xfj prefix reside in the http://www.ecrion.com/xfj/1.0 namespace.

 

The basic structure of a DAL Job document is:

 

 

<?xml version="1.0" encoding="utf-8"?>

<xfj:job xmlns:xfj="http://www.ecrion.com/xfj/1.0" compute-job-info="false">

       <!-- an optional xfj:output element -->

       <!-- an optional xfj:viewer-preferences element -->

       <!-- an optional xfj:security element -->

       <!-- an optional xfj:imposition element -->

       <!-- one or more xfj:document elements -->

       <!-- zero or more xfj:overlay elements -->

</xfj:job>

 

 

The documents, which are specified by xfj:document elements, are concatenated into a single output file with the format being specified by the xfj:output element.

 

The following attribute can be applied to the element:

·compute-job-info - true or false. When set to "false", the rendering speed is increased and, as a result, the DAL job will be rendered faster. It is recommended to be used only when the rendering process must be optimized.

 

Note:

·Table of contents (TOC) will not function correctly when the compute-job-info attribute is set to "false".