If I use the following statement and try different values for (margin), the header will move down into the page, but the remainder of the document will still print in the same place. Header text can be made to appear on top of other text. A value of 24 seems optimum. I can only make the first page render correctly though, because blank lines can only be placed in the body of the first page. I really need to find a non printable space holding character to use in blank rows in the header table.
table.writeSelectedRows(0, -1, document.leftMargin(), page.height() - document.topMargin() + table.getTotalHeight() - margin, writer.getDirectContent()); >From: David McDivitt <[EMAIL PROTECTED]> >Date: Tue, 01 Feb 2005 11:21:33 -0600 > >Thanks Paulo for your help. It's wonderful iText exists and you support it >the way you do. > >I noticed some bugs when I place a table in the header using events. If I >place an extra blank row at the bottom of the table, the first row gets ------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions
