Hello,
We have a publication with multiple divisions and a regular table of contents. One of the divisions lists items for the upcoming month(s). We also have a weekly-summary items page (a separate division) that refers to items in the monthly-items division. Our users are requesting to add page numbers to the weekly-summary division referring to the monthly-items division. So, within the publication, the summary division would be like another table of contents for the monthly-items division.
To implement this, it seems like one would create the whole publication, determine the corresponding page numbers, and then go back to insert the page numbers into the summary division. Is there another way to do this?
Outside of XPP, a Java or .NET PDF library could be used to search for the related page numbers and then insert the page numbers in the summary, but that adds a new process after the PDF has been generated. Is it possible to do it with XPP?
Thank you.
