[iText-questions] Headers and footers always appear on all pages

2009-06-17 Thread jimmanico
Hello. I'm trying to create a RTF document with headers and footers on every page EXCEPT the first page. The code below seems to force the left and right page headers and footers on the first page. RtfHeaderFooterGroup header = new RtfHeaderFooterGroup(); header.setType(RtfHeaderFooter.T

Re: [iText-questions] Headers and Footers

2004-08-12 Thread Paulo Soares
ject: [iText-questions] Headers and Footers Dear Sir/ Madam I have written a program that works mainly with Java Server Pages, but to enable the program to print the end product in a neat and tidy manner, I've used iText. The header for the pdf file is a simple one liner, but the footer must

[iText-questions] Headers and Footers

2004-08-12 Thread Marica Jones
Dear Sir/ Madam I have written a program that works mainly with Java Server Pages, but to enable the program to print the end product in a neat and tidy manner, I've used iText. The header for the pdf file is a simple one liner, but the footer must be able to contain a table. I have checked

RE: RE: RE: [iText-questions] headers and footers

2003-02-17 Thread Paulo Soares
nal Message- > From: Joel Matos [SMTP:[EMAIL PROTECTED]] > Sent: Monday, February 17, 2003 12:51 > To: [EMAIL PROTECTED] > Subject: Re: RE: RE: [iText-questions] headers and footers > > : > :>How can i draw the line? I don't think PdfContentByte.lineTo(float

Re: RE: RE: [iText-questions] headers and footers

2003-02-17 Thread Joel Matos
I'm sorry for this extra message but the code had a bug (bad copy-paste)... Where you see: cb.setLineWidth(0.5F); cb.setRGBColorStrokeF(0xDF, 0xFF, 0xFF); cb.moveTo(10, img.plainHeight() + 25); // document's borders are 10, 10, img.plainHeight() + 25, 10 cb.line

Re: RE: RE: [iText-questions] headers and footers

2003-02-17 Thread Joel Matos
: :> How can i draw the line? I don't think PdfContentByte.lineTo(float :> x, float y) will work and i can't change :> line's width and color with this and i need to do it... :> : You can do everything with PdfcontentByte. : :> I also want to add an image to my header with onStartP

RE: RE: [iText-questions] headers and footers

2003-02-17 Thread Paulo Soares
> -Original Message- > From: Joel Matos [SMTP:[EMAIL PROTECTED]] > Sent: Monday, February 17, 2003 11:49 > To: [EMAIL PROTECTED] > Subject: Re: RE: [iText-questions] headers and footers > > Hello!! I still have some doubts about this... > : > :>

Re: RE: [iText-questions] headers and footers

2003-02-17 Thread Joel Matos
Hello!! I still have some doubts about this... : :> Hi! :> Can i format the line that page's header and footer put on the page :> (width, length, color)? :> : Width and color. :> Can i add an extra line without pdfPageEvent? :> : No. :> If not, should i do it with onStartPage event or

RE: [iText-questions] headers and footers

2003-02-13 Thread Paulo Soares
> -Original Message- > From: Joel Matos [SMTP:[EMAIL PROTECTED]] > Sent: Thursday, February 13, 2003 17:15 > To: [EMAIL PROTECTED] > Subject: [iText-questions] headers and footers > > Hi! > Can i format the line that page's header and footer put

[iText-questions] headers and footers

2003-02-13 Thread Joel Matos
Hi! Can i format the line that page's header and footer put on the page (width, length, color)? Can i add an extra line without pdfPageEvent? If not, should i do it with onStartPage event or onEndPage event? In this case i have to draw a line, right? Thanks!! --

Re: [iText-questions] Headers and Footers

2002-04-22 Thread Bruno Lowagie
Quoting Ben Sinclair <[EMAIL PROTECTED]>: > Is it possible to do more advanced formatting and insert images or other > PDF > files into headers and footers? As far as I can tell, all I can do is text > and > alignment. There was no need to make a more complex HeaderFooter object since the class

[iText-questions] Headers and Footers

2002-04-22 Thread Ben Sinclair
Is it possible to do more advanced formatting and insert images or other PDF files into headers and footers? As far as I can tell, all I can do is text and alignment. -- Ben Sinclair [EMAIL PROTECTED] ___ iText-questions mailing list [EMAIL PROTECTED]