2022.2

Table Of Contents
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, in
effect "hiding" it from the Print Output task).
l
Step 6 prints the PDF to a printer. When printing a PDF file in passthrough mode, the Metadata is
inspected to determine which pages should print or not. In this case, Page 1 is unselected in the
Metadata, therefore the printer receives the job starting from Page 2, which is exactly what you
want.
l
Step 7 prints the entire PDF since no separator page was found.
Now here comes the issue:
Page 72