1.8

Table Of Contents
} country locale 2017
${expression,,locale} Apply a default
format with the
specified country
locale
${system.time,,fr}
>
19
décembre
2017
12:30:55
It is possible to enclose the values of the pattern and locale in single or double quotes. This is
required for including whitespace in a pattern, or when the ${expression} would otherwise be
ambiguous.
At run-time, the output engine determines the type of the value yielded by the expression. If this
is a number, a number pattern is expected. For date/time-like types, a date pattern is expected.
When no pattern is specified, some default format is applied. For other types, it is not possible
to specify a pattern or locale.
Generating Fax output
It is possible to generate Fax output from PlanetPress Connect through the use of PDF/VT
output. Here are the details on how to implement such a process.
Required Components
The following components are required in order to output to Fax:
l A PlanetPress Image license which includes PlanetPress Fax.
l A Job Preset adding the appropriate metadata fields
l An Output preset generating a PDF/VT file.
l A PlanetPress Workflow process outputting to the PlanetPress Fax task.
Job Preset Configuration
The following metadata fields must be added to the Metadata Options page:
l
FaxNumber: The phone number where the fax will be sent. Often part of the data.
l
FaxInfo: The description of the fax in both the PlanetPressFax dialog box and the fax log
file.
Page 970