(v13) The Error tiling method
This page applies to Harlequin v13.1r0 and later; and to Harlequin Core but not Harlequin MultiRIP
This tiling method returns errors for all calls. It exists so that it can be used to abort RIPping when an unexpected job type or job configuration is used. For example, if an OEM does not support tiling of pages, but does support tiling of eHVD, then configuring the /Page
method to /Error
will prevent jobs that do not use eHVD from running:
<<
/Page << /Method /Error >>
/HVDElement <<
/Method /Rectangular
/MaxWidth 10000
/MaxHeight 10000
>>
>> settilingparams
There are no parameters for this tiling method.