Hi all,
I have a document that I have assembled from several individual PDF's. When I add a TOC for this document I can't seem to get the numbering right.
What I get right now is:
Document 1........2
Document 2........5
Document 3........9
And so on, but what I really need is something like:
Document 1........1
Document 2........4
Document 3........8
My ddx for the TOC is like this:
<TableOfContents maxBookmarkLevel="1">
<TableOfContentsPagePattern pages="1-last">
<Header padding=".75in" margin-top=".75in">
<Left>
<StyledText>
<p font="MyriadPro 18pt">Indholdsfortegnelse</p>
</StyledText>
</Left>
</Header>
</TableOfContentsPagePattern>
</TableOfContents>
How can I get the expected behavior?
EDIT: Just to clarify my expected behavior. I want the first document to be page 1 and not the first page after the TOC. In short terms I want the TOC page counter to start on the first page of the document not including the TOC.
I hope you understand what I need.
Thanks in advance
Sincerely
Kim