On 12/09/2010 14:08, Julio Oliveira wrote: > Hi > > I'm working tod o an itext framework ( dynamic creation of it), i can't > do the head and footer work, any idea what happen .
Are you writing something like JasperReports or Eclipse/BIRT from scratch? Why would you do that? > Frameworks are the best "pattern" for java developers. That may very well be, but there are already plenty of frameworks that use iText as their "Engine" (jBoss/SEAM, Spring,...). Without engines, framework don't work. As for your initial question: headers and footers are added with page events. Is that your problem? Are you using page events and you don't see any header/footer? That could be caused by many things: you didn't declare the event to the writer, you are adding the header outside the visible area of the page, you implemented the wrong method (for instance using different parameters),... You'll have to explain the nature of the problem if you want to get help. ------------------------------------------------------------------------------ Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing http://p.sf.net/sfu/novell-sfdev2dev _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://www.itextpdf.com/book/ 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/
