Loading

Interpreting

PDF overprint simulation

Syntax

XPath: //InterpretingParams/PDFInterpretingParams/@HonorPDFOverprint

Type

Boolean

Supported range

@HonorPDFOverprint

Description

True (default)

The settings for overprint in the file are used.

False

It is expected that the device does not directly support overprint and that the PDF is pre-processed to simulate the effect of the overprint settings.

Description

This setting defines if overprinting should be simulated for a PDF document. The PDFInterpretingParams resource must not be specified if the submitted document is not a PDF document.

Zoom

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.