Alternative OPI file search method
This page applies to Harlequin v13.1r0 and later; both Harlequin Core and Harlequin MultiRIP.
A procedure called /OPItranslator
searches for the high-resolution files. Replace this procedure to define alternative search methods.
The following variables and utility procedures may prove useful:
| The list of directories to search as described under OPI configuration data. |
| An array containing one or two file names to be searched for. If |
| A procedure that takes a full file path on the stack and returns the file name stripped of PostScript device and directory path |
| The dictionary passed to |
The procedure should return <filename> true
on the stack to indicate that a file has been found (or false
if it was not).
Do not use the /OPItranslator
procedure to search for DCS files.