I'm trying to build a document and I need a table of contents. I can't use the built-in word TOC because I need to save as PDF and my users will be confused by needing to press F9 to recalculate the TOC. They also can't use macros.
Two questions...
1) Is there any way to get the "current" page number a section starts on?
2) If I want the page numbers to be correct after a user edits the document and inserts or deletes, is there a way of automatically getting the page number; Can I use { PAGEREF Bookmark } automation in my hand-constructed table of contents to get the right page number automatially inserted? Will these page numbers be automatically updated when the document is opened or printed via ASPOSE to PDF?
Any other suggections?