I am trying to create a footer for my pdf that has a table. This table has dynamic content. One cell will have the page number and I would like another cell to contain a barcode. I am unable to reference the current page and location to draw the barcode in the footer for two reasons. First, the current page is not accessible because the section add page event is fired after the footer table is created. Secondly, the location of the table cell is relative to the position of the footer/template and thus is not drawn at the correct location in the footer. Attached is my example of this. Is there anyway to work around this?
Attachment:
BarcodeExample_ed232164.zip