Loading

Minimum line width adjustments

This setting specifies whether the minimum line width is applied on lines during the job interpretation.

The minimum line width adjustments applies to PS/PDF jobs only.

Syntax

XPath://InterpretingParams/@oce:MinLineWidthAdjustment

Type

Enumeration

Supported values

@oce:MinLineWidthAdjustment

Description

Auto (default)

Use the default device configuration for the minimum line width adjustments.

Off

Disable the minimum line width adjustments.

Light

Adjust all lines width to a minimum of 1/1200 inch.

Normal

Adjust all lines width to a minimum of 1/600 inch.

On

Example - disabled minimum line width job

<JDF Type="Combined" Types="... Interpreting ...">

<ResourcePool>

<InterpretingParams ID="res_1" Class="Parameter"

oce:MinLineWidthAdjustment="Off" Status="Available"/>

</ResourcePool>

<ResourceLinkPool>

<InterpretingParamsLink rRef="res_1" Usage="Input" />

</ResourceLinkPool>

</JDF>