remarkjk wrote: > Hello, > > I have a question in regards to headers for iText. > I am trying to write a custom header to the first page and a 'default' > header to every other page. > The header on the first page will always be larger in size (height) than the > default one.
> I always want the header to start writing at the same height location, hence > the lYCoordinate variable. When I do this, however, the rest of my text > writes over the header and the effect is aesthetically displeasing. If I > include the table height in the y-Coordinate variable (the commented-out > declaration), it ends up writing the header off the page. > > Any ideas how to resolve this?! Define different margins for the first page. -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info ------------------------------------------------------------------------------ _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://www.1t3xt.com/docs/book.php Check the site with examples before you ask questions: http://www.1t3xt.info/examples/ You can also search the keywords list: http://1t3xt.info/tutorials/keywords/
