To determine where my input source causes a page break I watch PdfWriter.getPageNumber()
That's fine, except when PdfDocument squirrels an Image into its private imageWait field. At that point, my input has logically triggered a page break, but I can't access that information. Is there some way I can get discover that imageWait!=null? Or some other way that I can tell where my input triggered a page break? (Right now, I use reflection to reach into that private field.) Thanks. Beer Mail, brought to you by your friends at beer.com. _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
