2020.1

Table Of Contents
Example
Here is an example of an issue that occurs when Metadata is not re-created in a Loop.
In the following process, the Job file is a PDF that contains several invoices. Some (but not all)
of those invoices start with a separator page that you don't want to print. Invoices that don't have
a separator page should be printed as-is.
The process would look something like this (by default):
l Step 2 splits the PDF whenever it encounters a new Invoice Number on the Top Right
corner of a page. From this point on, the rest of the process applies to each split (i.e. each
invoice).
l Step 3 checks if the first page is a separator (presumably by looking for some kind of
keyword on the page).
l If a separator page was found, step 4 creates Metadata for the split PDF…
l ...and step 5 filters out the first page (which means the Metadata unselects the first Data
Page 79