OPI replacement procedures
This page applies to Harlequin v13.1r0 and later; both Harlequin Core and Harlequin MultiRIP.
The procset provides the following procedures:
HqnOPIparse
config HqnOPIparse -
Installs the OPI comment parsing routines. The config
item defines configuration options (see OPI configuration data). Depending on how the procset is configured this routine can install both complete data collection and image replacement, or just the data collection.
HqnOPIimage
imagedata config HqnOPIimage -
Replaces a single image. The data describing the image replacement to be performed is provided in the imagedata
dictionary (described under Image data for OPI), and the config
item defines configuration options (described in OPI configuration data). This is the entry point into OPI processing when interpreting a PDF file containing OPI objects. See also OPIdoImageReplacement.
HqnOPIconfigure
config HqnOPIconfigure Provided as a known correct way of setting configuration data in the procset. See OPI configuration data for a description of the config
item.