Upland OL User community

[Solved] Additional text on odd pages, in output creation preset

Hi,

I would like to print additional text consisting of:

  • ${document.nr} = The sequence number of the document per document sets created.
  • ${sheet.nr} = The sheet number per document
  • ${document.count.sheets} = Total sheets per document.

This is all and good.

Is there a way I can control which pages they get printed? For example I want it to print on every odd pages eg: 1,3,5,7 so on.

Thank you.
Kind regards,
E

Aha nevermind!

Solution is inside the condition area I set it to:

page.front == 1

Now it only prints on front page only :slight_smile:

Sorry for jumping the gun there!