Re: [iText-questions] Footer placed on page header

2008-08-14 Thread Udkik.dk
>>> >>> Paulo Soares-3 wrote: >>> >>>> Any clue on how to use Google? Try a search with "itext page event". >>>> Really hard. >>>> >>>> Paulo >>>> >>>> >&g

Re: [iText-questions] Footer placed on page header

2008-08-12 Thread NomadeWolf
ace... >> >> >> >> >> >> Paulo Soares-3 wrote: >> >> > >> >> > Any clue on how to use Google? Try a search with "itext page event". >> >> > Really hard. >> >> > >> >> >

Re: [iText-questions] Footer placed on page header

2008-08-11 Thread NomadeWolf
I've already made an entire document completly with dinamy content, with layers of images to make a sole image, with dinamyc text, and page orientation, i've already made the footer and header. The document is streamed to the browser, instead of creating pdfs on the hard drive. The only problem i

Re: [iText-questions] Footer placed on page header

2008-08-11 Thread Howard Shank
ceforge.net Sent: Monday, August 11, 2008 10:43:01 AM Subject: Re: [iText-questions] Footer placed on page header I can't use classes, i'm programing in jsp. What i need is a procedure oriented example. My doubt is, where/how i set the page event, where/how i set the code to execute. A

Re: [iText-questions] Footer placed on page header

2008-08-11 Thread NomadeWolf
t; >> > Paulo >> > >> >> -----Original Message- >> >> From: [EMAIL PROTECTED] >> >> [mailto:[EMAIL PROTECTED] On >> >> Behalf Of NomadeWolf >> >> Sent: Monday, August 04, 2008 5:01 PM >> >>

Re: [iText-questions] Footer placed on page header

2008-08-05 Thread 1T3XT info
NomadeWolf wrote: > Any clue on what page events are? Page events are only a secret to people who don't do any effort. http://www.google.com/search?q=page+events+iText+header+footer First hit: http://itextdocs.lowagie.com/tutorial/directcontent/pageevents/index.php Book: http://www.1t3xt.com/doc

Re: [iText-questions] Footer placed on page header

2008-08-05 Thread wasegraves
Original Message- > >> From: [EMAIL PROTECTED] > >> [mailto:[EMAIL PROTECTED] On > >> Behalf Of NomadeWolf > >> Sent: Monday, August 04, 2008 5:01 PM > >> To: itext-questions@lists.sourceforge.net > >> Subject: Re: [iText-questi

Re: [iText-questions] Footer placed on page header

2008-08-05 Thread NomadeWolf
l Message- >> From: [EMAIL PROTECTED] >> [mailto:[EMAIL PROTECTED] On >> Behalf Of NomadeWolf >> Sent: Monday, August 04, 2008 5:01 PM >> To: itext-questions@lists.sourceforge.net >> Subject: Re: [iText-questions] Footer placed on page header >> >

Re: [iText-questions] Footer placed on page header

2008-08-04 Thread Paulo Soares
ourceforge.net > Subject: Re: [iText-questions] Footer placed on page header > > > Any clue on how to do that? > > > Paulo Soares-3 wrote: > > > > HeaderFooter is not supported anymore. Use page events. > > > > Paulo > > > >> -Original

Re: [iText-questions] Footer placed on page header

2008-08-04 Thread NomadeWolf
turday, August 02, 2008 12:12 PM >> To: itext-questions@lists.sourceforge.net >> Subject: [iText-questions] Footer placed on page header >> >> >> Hi, i use the following code to place a table with images as >> a page footer, >> the header gets placed in the

Re: [iText-questions] Footer placed on page header

2008-08-04 Thread Paulo Soares
ext-questions] Footer placed on page header > > > Hi, i use the following code to place a table with images as > a page footer, > the header gets placed in the right place, but the footer > goes to the same > place as the header (top of the page)... > Does anyone knows why thi

[iText-questions] Footer placed on page header

2008-08-03 Thread NomadeWolf
Hi, i use the following code to place a table with images as a page footer, the header gets placed in the right place, but the footer goes to the same place as the header (top of the page)... Does anyone knows why this behaviour occurrs?:... PdfPTable header = new PdfPTable(2); PdfPCell