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 |
Description
This setting specifies whether the minimum line width adjustments are applied on lines during the job interpretation.
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>
Remark
The minimum line width adjustments apply to PS/PDF jobs only.
Syntax
XPath: //InterpretingParams/@Scaling
Type
XYPair
Supported values
"XScale YScale"
XScale and YScale must be identical and within the range [0.25 .. 4].
Description
Two positive values define the scaling factor for the page contents: “XScale YScale”. XScale and YScale are the scale factors to apply respectively along the width (horizontal edge) and along height (vertical edge) of the media.
Values between 0 and 1 specify that the contents must be reduced. Values greater than 1 specify that the contents must be expanded.
Example - Scaling of 71%
<JDF Type="Combined" Types="... Interpreting ...">
<ResourcePool>
<InterpretingParams ID="res_1" Class="Parameter" Scaling="0.71 0.71" Status="Available"/>
</ResourcePool>
<ResourceLinkPool>
<InterpretingParamsLink rRef="res_1" Usage="Input" />
</ResourceLinkPool>
</JDF>
Remark
Zoom can be applied to all PDL data files.