Re: [iText-questions] itext with dynamic headers

2014-07-07 Thread Randy E. Hoover
Your reply: If you're referring to the event class and the onEndPage() you've written, then the solution is simple: add member-variables to your PdfPageEvent implementation, add getters and setters and use the setters to keep the current state of the header/footer. I still fail to see how

[iText-questions] the nature of how the PDF is streamed

2014-07-07 Thread Randy E. Hoover
Your reply: If you're referring to the event class and the onEndPage() you've written, then the solution is simple: add member-variables to your PdfPageEvent implementation, add getters and setters and use the setters to keep the current state of the header/footer. I still fail to see how