IJPDS > Configuring the IJPDS driver > Preparing the configuration file

Preparing the configuration file
You specify the driver settings in the IJPDS configuration file, for example:
For a quick reference of the properties in the configuration file, see IJPDS driver quick reference.
IJPDS configuration file syntax
The value of the <property> element can be specified in three different ways in the configuration file:
Using the value attribute.
Using the choice attribute and a <choices> list.
The examples below show the different ways to configure the x-resolution to 300.
Example 13
<property name="x-resolution">300</property>
 
Example 14
<property name="x-resolution" value="300"></property>
 
Example 15
<property name="x-resolution" choice="3">
    <choices>
        <property>120</property>
        <property>240</property>
        <property>300</property>
    </choices>
</property>
 
OpenText StreamServe 5.6 Updated: 2013-03-01