Re: [iText-questions] Footer question

2006-01-12 Thread Bruno Lowagie
(please keep on the mailing list) Greg Cardoza wrote: Can I use that code in a servlet as apposed to a Java application which this examples is showing. Of course you can. The examples in the tutorial are made standalone for your convenience, so that you can run them on every system without

Re: [iText-questions] Footer question

2006-01-12 Thread bruno
Greg Cardoza wrote: Hello, Could someone lead me in the direction to import a table of 1 column with 3 rows and put that into a footer. I basically don't want to hard code spaces and the text in the HeaderFooter class. Any help would be appreciated. To get this result: http://itextdocs.

[iText-questions] Footer question

2006-01-12 Thread Greg Cardoza
Hello, Could someone lead me in the direction to import a table of 1 column with 3 rows and put that into a footer. I basically don't want to hard code spaces and the text in the HeaderFooter class. Any help would be appreciated. Thanks _