What I am looking for is how to add Page numbers to a blended pdf - that is to load an existing pdf ( a PdfLoadedDocument) add a few pages of data from a table via a PdfGrid [I can do all that] and finally, write the page number on each page in a format like "page a of n".
When I loop through the resulting pages it appears on the pages in the original PdfLoadedDocument but not the added pages.
Thanks for looking at this.