Different headers in document template

0
Just wondering if any has had the following issue : I'm creating documents using a document template. In the header on all pages there should be the document number. Creating something like that isn't that hard. But i would like to have the pagecount and totalpagecount added to the header as well, but from the second page onward only. Using conditional format to show the pagecount and totalpagecount won't work, because when there are multiple pages the pagecount and totalpagecount are shown on the first page as well. Any advice / tips / thoughts?
asked
1 answers
1

I'm doing this in 2 ways :

  1. Java action which start numbering pages from a given page number
  2. Create different documents using document templates and merge them using a java action.
answered