i looked at all forum posts but i really can not find a working example or an idea i can start from that is working...
in my c# itextsharp project i try to get following things:
- TOC (Table of Content) which is linked to the content and has one or more pages and looks like this:
header1 ------ page7
header2 ------ page14
header3 ------ page17
toc starting from the second page.
every page (including the toc-page) should have a page number at the bottom (page x of xx).
that's all.
can someone provide a working example of this?