AbcPDF renders the same page multiple times
- by Steven
I need to retrieve several pages and output this in a PDF document.
I have the following page structure:
Page 1
Sub 1
Sub 2
Sub 3
On page one, I have a link which executes the below code. What it does, is to retrieve child pages (one level) and put them in a page collection. Then I loop trough the page collection and retrieve each sub…