Re: [iText-questions] Getting a border for each page

2006-04-12 Thread Shreekanth
I am new to IText. Can you please send me a sample code showing how I can achieve this. Also when and how is that page event triggered. Thanks Shreekanth --- bruno <[EMAIL PROTECTED]> wrote: > Shreekanth wrote: > > >Hi, > > > >Firstly, I am very happy to be using iText as a > java > >library fo

Re: [iText-questions] Getting a border for each page

2006-04-12 Thread bruno
Shreekanth wrote: I am new to iText. So can you please provide me with a sample code so that I know how this can be done. How can this pageEvent be triggered. public class PageWithRectangle extends PdfPageEventHelper { public void onEndPage(PdfWriter writer, Document document) { PdfConte

Re: [iText-questions] Getting a border for each page

2006-04-11 Thread bruno
Shreekanth wrote: Hi, Firstly, I am very happy to be using iText as a java library for genrating PDF. One of the requirements I have for PDF generation is to have a border for all my pages and all the content in each page should appear within this border I tried creating this border by using

[iText-questions] Getting a border for each page

2006-04-10 Thread Shreekanth
Hi, Firstly, I am very happy to be using iText as a java library for genrating PDF. One of the requirements I have for PDF generation is to have a border for all my pages and all the content in each page should appear within this border I tried creating this border by using a Table and dumping a