Finding Fields on Particular Pages

You can restrict the pages on which Enrichment searches for a field by using the Field group <ONPAGE> tag. Refer to the Enrichment Language Reference Guide for further information.

You can specify a single page or a range of pages in the <ONPAGE> tag, depending on where you want the field information acted on. For example, to act on all occurrences of a field from page 2 to the next-to-last page of each document, you could set the <ONPAGE> tag to:

<ONPAGE> 2 L-1 
or 
<ONPAGE> M 

Thus you can identify which pages to affect the field on without having to know the actual number of pages for each document and without each document having to have the same number of pages.