Syntax
XPath: /JDF[contains(@Types="Rendering")]/ResourcePool/RenderingParams/ObjectResolution/@Resolution
Type
XYPair
Supported range
"1200 1200"
"600 2400"
Description
This setting defines which printer resolution must be used. If this setting is not specified, the printer chooses the resolution.
Remark
This option is supported for PS/PDF jobs only.
Syntax
XPath: /JDF[contains(@Types="Rendering")]/ResourcePool/RenderingParams/@oce:LineTextFatteningAdjustment
Type
Enumeration
Supported range
@oce:LineTextFatteningAdjustment |
Description |
---|---|
On |
Enable fattening adjustments. |
Auto (default) |
Use the default configuration for fattening adjustments. |
Off |
Disable fattening adjustments. |
Description
This setting specifies if fattening is applied on the lines and text elements during rendering. If this setting is not specified, the default fattening configuration is used.
Example - disabled fattening
<JDF Types="... Rendering ...">
<ResourcePool>
<RenderingParams ID="res_1" Class="Parameter" oce:LineTextFatteningAdjustment="Off" Status="Available">
</RenderingParams>
</ResourcePool>
<ResourceLinkPool>
<RenderingParamsLink Usage="Input" rRef="res_1" />
...
</ResourceLinkPool>
</JDF>