Re: [iText-questions] Footer - Regarding

2010-03-12 Thread Alexis Pigeon
Hi Thilip, On 12 March 2010 10:13, Thilip Kumar S wrote: > > > > Hi > > Can anyone help me to bring the below messages in my PDF Footer using > iText? > > * This is Computer Generated and does not require Signature > > --

[iText-questions] Footer - Regarding

2010-03-12 Thread Thilip Kumar S
Hi Can anyone help me to bring the below messages in my PDF Footer using iText? * This is Computer Generated and does not require Signature --- Corporate Office : Mumbai. India Central Office

[iText-questions] Footer and html table problem

2009-10-09 Thread Ralu Jucan
Hello, I have the following problem. I use html tables for both the header and footer of my pdf and the table for the footer appears in the header part. I have tried using but i get the same result; also I have no idea how to eliminate the border bot the . There are no code lines for my pdf .

Re: [iText-questions] Footer problem -- date string on the left and page number on the right

2009-05-04 Thread 1T3XT info
Jess8 wrote: > Hi, I try to put the footer on each page of pdf which has date string on the > left side and page x of Y on the right side. However, I got the footer like > the following ==> > > 05/04/20092 Page 1 of 2 > > Can someone tell me what might

[iText-questions] Footer problem -- date string on the left and page number on the right

2009-05-04 Thread Jess8
Hi, I try to put the footer on each page of pdf which has date string on the left side and page x of Y on the right side. However, I got the footer like the following ==> 05/04/20092 Page 1 of 2 Can someone tell me what might cause it? Thanks in advan

Re: [iText-questions] Footer with Page Count and additional Information

2008-12-03 Thread geke
Thank you Alexis! That`s the solution. I oversight that. Alexis Pigeon wrote: > > Hi georg, > > On 03/12/2008, geke <[EMAIL PROTECTED]> wrote: >> >> >> I have a footer where on the left side a text like "Project a, Date: and >> so >> on" and on the right side "Page x of y" should be. The prob

Re: [iText-questions] Footer with Page Count and additional Information

2008-12-03 Thread Alexis Pigeon
Hi georg, On 03/12/2008, geke <[EMAIL PROTECTED]> wrote: > > > I have a footer where on the left side a text like "Project a, Date: and so > on" and on the right side "Page x of y" should be. The problem is, that the > y, the total amount of pages, also prints on the text on the left side of > the

[iText-questions] Footer with Page Count and additional Information

2008-12-03 Thread geke
I have a footer where on the left side a text like "Project a, Date: and so on" and on the right side "Page x of y" should be. The problem is, that the y, the total amount of pages, also prints on the text on the left side of the footer. I only need it in the page information on the right side. Ma

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
HeaderFooter is not supported anymore. Use page events. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of NomadeWolf > Sent: Saturday, August 02, 2008 12:12 PM > To: itext-questions@lists.sourceforge.net > Subject: [iT

[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

Re: [iText-questions] Footer issue (Resolved)

2007-03-16 Thread jrocker
D] >> [mailto:[EMAIL PROTECTED] On >> Behalf Of jrocker >> Sent: Friday, March 16, 2007 1:57 PM >> To: itext-questions@lists.sourceforge.net >> Subject: Re: [iText-questions] Footer issue >> >> >> I understand, but how exactly can I find the

Re: [iText-questions] Footer issue

2007-03-16 Thread Paulo Soares
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of jrocker > Sent: Friday, March 16, 2007 1:57 PM > To: itext-questions@lists.sourceforge.net > Subject: Re: [iText-questions] Footer issue > > > I understand, bu

Re: [iText-questions] Footer issue

2007-03-16 Thread jrocker
I understand, but how exactly can I find these offsets? Paulo Soares wrote: > > > - Original Message - > From: "jrocker" <[EMAIL PROTECTED]> > To: > Sent: Thursday, March 15, 2007 6:59 PM > Subject: [iText-questions] Footer issue > > >

Re: [iText-questions] Footer issue

2007-03-15 Thread Paulo Soares
- Original Message - From: "jrocker" <[EMAIL PROTECTED]> To: Sent: Thursday, March 15, 2007 6:59 PM Subject: [iText-questions] Footer issue > > Hi, > The following code prints text on the bottom of the pdf. It works for 90% > of > the documents. Tha

[iText-questions] Footer issue

2007-03-15 Thread jrocker
Hi, The following code prints text on the bottom of the pdf. It works for 90% of the documents. But some docs fai(docs with pagesize.top=1224)l. Any help would be great PdfReader reader = new PdfReader(data); PdfStamper stamp = new PdfStamper(reader, new FileOutputStream(outputFileName))

Re: [iText-questions] Footer only in last page

2007-01-13 Thread Paulo Soares
Sent: Friday, January 12, 2007 10:29 PM Subject: [iText-questions] Footer only in last page > Hello, anybody can help me to add a footer only in the last > page of the document? im doing an invoce, and all > totals must be in the footer of last page, > also i want to add page number li

[iText-questions] Footer only in last page

2007-01-12 Thread Jose Gutierrez
Hello, anybody can help me to add a footer only in the last page of the document? im doing an invoce, and all totals must be in the footer of last page, also i want to add page number like page: 1/5, 2/5, 3/5, and so on, i need help plz!

Re: [iText-questions] Footer Elements with different alignment properties

2007-01-04 Thread Bruno Lowagie
R.Greg wrote: > Here's what I want: > > - A footer > - With user-defined, centered text > - And a right-aligned page number That's explained in Chapter 14 of the book. > I've managed to create a multi-line footer, but both the text and the page > number are right-aligned. Is it just wishful thi

[iText-questions] Footer Elements with different alignment properties

2007-01-03 Thread R . Greg
Here's what I want: - A footer - With user-defined, centered text - And a right-aligned page number I've managed to create a multi-line footer, but both the text and the page number are right-aligned. Is it just wishful thinking at this point, or can I somehow modify the footer's data, perhaps b

Re: [iText-questions] footer - RTF

2006-11-16 Thread Mark Hall
Perhaps you should reread Bruno's response and actually try what he says. Running your code at my end produces results consistent with the code. Greetings, Mark On Thursday 16 November 2006 13:46, Henry Lu wrote: > Here is my code. It displays whole box: > > Table footerTable = new T

Re: [iText-questions] footer - RTF

2006-11-16 Thread Bruno Lowagie (iText)
Henry Lu wrote: > I don't want a box. What I want really is a only top line of the box. Don't tell me about it, tell Word(Pad). The box is not in the RTF, Word(Pad) adds it. br, Bruno - Take Surveys. Earn Cash. Influence the

Re: [iText-questions] footer - RTF

2006-11-16 Thread Henry Lu
Here is my code. It displays whole box: Table footerTable = new Table(3); footerTable.setBorder(Rectangle.TOP); footerTable.setWidth(100); footerTable.setAlignment("LEFT"); footerTable.setWidths(new int[] {34,32,34}); cel =

Re: [iText-questions] footer - RTF

2006-11-16 Thread Henry Lu
I don't want a box. What I want really is a only top line of the box. -Henry Bruno Lowagie (iText) wrote: >Henry Lu wrote: > > >>Thanks for your response. Could you send me a simple code for example? I >>did that and it displays with a box instead of a top line. >> >> > >Have you tried pr

Re: [iText-questions] footer - RTF

2006-11-16 Thread Mark Hall
On Thursday 16 November 2006 13:17, Henry Lu wrote: > Thanks for your response. Could you send me a simple code for example? I > did that and it displays with a box instead of a top line. Use the setBorder(Rectangle.TOP) methods on either the Table or Cell to specify only a top border. Greetings,

Re: [iText-questions] footer - RTF

2006-11-16 Thread Bruno Lowagie (iText)
Henry Lu wrote: > Thanks for your response. Could you send me a simple code for example? I > did that and it displays with a box instead of a top line. Have you tried printing the document? Tables in Word/RTF ALWAYS show a box on screen, that doesn't mean there is a box when printed. br, Bruno -

Re: [iText-questions] footer - RTF

2006-11-16 Thread Henry Lu
Thanks for your response. Could you send me a simple code for example? I did that and it displays with a box instead of a top line. -Henry Mark Hall wrote: >On Wednesday 15 November 2006 16:30, Henry Lu wrote: > > >>In RTF, how do we print a footer with a solid black line above it? >> >>

Re: [iText-questions] footer - RTF

2006-11-16 Thread Mark Hall
On Wednesday 15 November 2006 16:30, Henry Lu wrote: > In RTF, how do we print a footer with a solid black line above it? Use a Table with only one Cell and set the correct border. Greetings, Mark -- Don't read any sky-writing for the next two weeks. My GPG public key is available at: http://www

[iText-questions] footer - RTF

2006-11-15 Thread Henry Lu
In RTF, how do we print a footer with a solid black line above it? -- My footer page 1

[iText-questions] footer not on first cover page

2006-10-10 Thread Henry Lu
in RTF, how can i put footer only on all pages with exception of first cover page? -Henry Mark Hall wrote: >On Monday 09 October 2006 19:13, Henry Lu wrote: > > >>I am using RTF. How do I change the source. >> >> >Get the source via CVS: >http://sourceforge.net/cvs/?group_id=15255 > >In t

[iText-questions] footer

2006-10-09 Thread Henry Lu
How do I set document of RTF so that the footer only starts at second page and the page counter starts at second page. We use the first page as cover page with no header and footer. -Henry - Take Surveys. Earn Cash. Influen

Re: [iText-questions] Footer rows

2006-08-28 Thread Ken
Here is the code I'm using. I get a table with 2 rows, not 3, at the bottom of the page.    public void onEndPage(PdfWriter writer, Document document)     {     Rectangle page = document.getPageSize();     PdfPTable head = new PdfPTable(1);     PdfPTable foo

Re: [iText-questions] Footer rows

2006-08-28 Thread bruno
Ken wrote: > >>As far as I remember you add a footer using page events. > >>You want to use a 3-row table in this footer.Well, then why don't > you create a >>3-row PdfPTable and add it with writeSelectedRows? > > That's what I'm doing, using code from the examples. I don't see a > constructor f

Re: [iText-questions] Footer rows

2006-08-27 Thread Ken
>>As far as I remember you add a footer using page events. >>You want to use a 3-row table in this footer.Well, then why don't you create a >>3-row PdfPTable and add it with writeSelectedRows?That's what I'm doing, using code from the examples. I don't see a constructor for PdfPTable that a

Re: [iText-questions] Footer rows

2006-08-26 Thread Bruno Lowagie
Ken wrote: > Bruno, > > I'm still trying to get 3 rows printed as footer. You suggested I > remove the setFooterRows() call, even though I thought that would > force the footer table to show 3 rows. And I close my umbrella even if it's still raining. Please don't assume that I know what you ar

Re: [iText-questions] Footer rows

2006-08-26 Thread Ken
Bruno,I'm still trying to get 3 rows printed as footer. You suggested I remove the setFooterRows() call, even though I thought that would force the footer table to show 3 rows. bruno <[EMAIL PROTECTED]> wrote: You are trying to add a table with writeSelectedRows in a page event(probably in a

Re: [iText-questions] Footer rows

2006-08-17 Thread bruno
Ken wrote: > I want to print a running footer with 3 rows of text, plus the "Page X > of Y". I've copied the tutorial code and the "Page X of Y" prints > fine, but I only get 2 footer rows, even when I call setFooterRows() > or sethHeaderRows() on my footer. I've also tried adjusting the bottom

[iText-questions] Footer rows

2006-08-17 Thread Ken
I'm trying to create a footer that contains Page X of Y as well as 3 lines of text. I copied the code from the tutorial and am only getting 2 lines of text. I've tried calling setHeaderRows(3) on the footer, but no luck. What do I need to do?Ken Do you Yahoo!? Get on board. You're invi

[iText-questions] Footer rows

2006-08-17 Thread Ken
I want to print a running footer with 3 rows of text, plus the "Page X of Y". I've copied the tutorial code and the "Page X of Y" prints fine, but I only get 2 footer rows, even when I call setFooterRows() or sethHeaderRows() on my footer. I've also tried adjusting the bottom margin in  foo

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 _

RE: [iText-questions] footer in form of 'Page X of Y' ?

2005-09-15 Thread Paulo Soares
There's an example in the tutorial. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Anand Wadekar > Sent: Wednesday, September 14, 2005 2:13 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions]

[iText-questions] footer in form of 'Page X of Y' ?

2005-09-14 Thread Anand Wadekar
hi all, how to print footer of form 'Page X of Y' using itext-1.02? thanks a lot in advance. anand _ Amitabh fan? Here’s a chance to chat with the Big B himself. http://server1.msn.co.in/sp05/DJbk/index.asp Click here now!

Re: [iText-questions] footer appearing at top!

2005-06-17 Thread Mark Hall
On Friday 17 June 2005 11:43, [EMAIL PROTECTED] wrote: > So, I set an RtfHeaderFooter using setFooter, and it appears at the top > of each page. > > I am using RtfWriter2 and iText 1.3 I cannot reproduce either your setFooter or your table with problem. Please post the code you are using and if po

[iText-questions] footer appearing at top!

2005-06-17 Thread Fernando.Matomira
So, I set an RtfHeaderFooter using setFooter, and it appears at the top of each page. I am using RtfWriter2 and iText 1.3   Thanks   Fernando Mato Mira

Re: [iText-questions] Footer does not print on first page

2005-04-20 Thread Bruno Lowagie
kar wrote: I am using iText 1.2. I am try to print some pages of text with page number on the footer. The page numbers appear in all pages except the first page. Anyone got any idea? Any help is appreciated. You have to set the footer BEFORE document.open(). Remark: you may want to switch

[iText-questions] Footer does not print on first page

2005-04-19 Thread kar
I am using iText 1.2. I am try to print some pages of text with page number on the footer. The page numbers appear in all pages except the first page. Anyone got any idea? Any help is appreciated. Here is the code fragment, document.open(); Font footerFont = FontFactory.getFont

RE: [iText-questions] Footer

2005-03-10 Thread Paulo Soares
Set the footer before Document.open(). > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of bernard le roux > Sent: Thursday, March 10, 2005 8:31 AM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] Footer

[iText-questions] Footer

2005-03-10 Thread bernard le roux
Hi, How can i display the footer in first page ? Thanks, Bernard --- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start

[iText-questions] Footer on some page

2004-09-16 Thread nicolas voleau
Hi, How can i put a footer only on some page ? Thanks _ MSN Search, le moteur de recherche qui pense comme vous ! http://search.msn.fr/ --- This SF.Net email is sponsored by: YOU

[iText-questions] Footer on some page

2004-09-16 Thread nicolas voleau
Hi, How can i put a footer only on some page ? Thanks _ Recevez par e-mail des émoticônes pour MSN Messenger http://g.msn.fr/FR1001/2275?url=http://www.msn.fr/ilovemessenger/premium/Default.asp?Ath=f

RE: [iText-questions] Footer / PdfPTable question

2004-05-07 Thread Paulo Soares
> Subject: [iText-questions] Footer / PdfPTable question > > Hello to all iText users, > > I am trying to get the way to add an existing PdfPTable at > the bottom of each page of my pdf document ... I saw that the > HeaderFooter object could help me with, but seems too simple &g

[iText-questions] Footer / PdfPTable question

2004-05-07 Thread NICOLAU Raffaele
Hello to all iText users, I am trying to get the way to add an existing PdfPTable at the bottom of each page of my pdf document ... I saw that the HeaderFooter object could help me with, but seems too simple to achieve what I want. So i guess the only way is to add content took from the PdfPTab

[iText-questions] Footer does not show up

2004-03-17 Thread Penmatcha, Raju V.
Title: Footer does not show up Hi, I am trying to generate a PDF using iText XML. I want the footer to show up in the report starting from first page. So I add it to document object as shown in the code below. I see no footer in the PDF. Is this a bug or am I doing something wrong? T

[iText-questions] Footer setPageNumber() doesn't seem to work

2004-02-20 Thread Ulvi Cetin
I am creating a PDF document with a footer and page numbers. I want to start the page numbers from 10. Here is a part of the code: ... HeaderFooter footer = new HeaderFooter(new Phrase("", fontA8), true); footer.setBorder(Rectangle.NO_BORDER); footer.setAlignment(Rectangle.ALIGN_CENTER); foot

[iText-questions] Footer setPageNumber() doesn't seem to work

2004-02-13 Thread Ulvi Cetin
I am creating a PDF document with a footer and page numbers. I want to start the page numbers from 10. Here is a part of the code: ... HeaderFooter footer = new HeaderFooter(new Phrase("", fontA8), true); footer.setBorder(Rectangle.NO_BORDER); footer.setAlignment(Rectangle.ALIGN_CENTER); foot

RE: [iText-questions] footer problems

2003-10-31 Thread Paulo Soares
Use a page event instead of a HeaderFooter. Best Regards, Paulo Soares > -Original Message- > From: Hugo Kotsubo [SMTP:[EMAIL PROTECTED] > Sent: Thursday, October 30, 2003 20:48 > To: [EMAIL PROTECTED] > Subject: [iText-questions] footer problems > >

[iText-questions] footer problems

2003-10-30 Thread Hugo Kotsubo
Hi! I have a pdf document with 4 pages and a little problem: The document has a footer, which is a simple phrase, and a lot of text with justified alignment. The problem is: in the first page, everything is correct and normal. But in the second page, the footer is not aligned (it "changes" its

[iText-questions] Footer & Image

2003-10-17 Thread Thomas Moiron
Hi, I try to have a footer with an image inside. I add a paragraph which contains an Image in a HeaderFooter object, and I invoke the Document.setFooter() method. The result is unexpected. What is wrong? Thank for your help. Here is the code sample (testFooter.java). package test; import jav

Re: [iText-questions] Footer

2003-02-18 Thread QJian
TECTED] Sent by:cc: [EMAIL PROTECTED]Subject: [iText-questions]

[iText-questions] Footer

2003-02-18 Thread Hugo Kotsubo
Hi I'm using HeaderFooter class to add a footer to my document, but the footer doesn't appear at the first page. At the other pages it appears... This is the piece of code: HeaderFooter footer = new HeaderFooter(new Phrase("footer phrase"), false); footer.setAlignment(Element.ALIGN_L

Re: [iText-questions] Footer

2002-11-24 Thread Bruno
Quoting Roberto Jr <[EMAIL PROTECTED]>: > So, my question is: How can I use this PageEvent??? There is an example in Chapter 12 of the tutorial. http://www.lowagie.com/iText/tutorial/ch12.html Bruno --- This sf.net email is sponsored by:Think

[iText-questions] Footer

2002-11-24 Thread Roberto Jr
Hi people! I read something in this list and I was with the same problem but I don'y know how to do what the person that answered said. That's the answer and the initial question: Question: Does anybody have any idea why I can not use Table in the HeaderFooter when use Document.setFooter(). H

RE: [iText-questions] footer positioning

2002-10-16 Thread Paulo Soares
Set the table width to the required size and position it at the left bottom margin. Best Regards, Paulo Soares > -Original Message- > From: Martin van Niekerk [SMTP:[EMAIL PROTECTED]] > Sent: Tuesday, October 15, 2002 13:37 > To: [EMAIL PROTECTED] > Subject: [

[iText-questions] footer positioning

2002-10-15 Thread Martin van Niekerk
Greetings,   I am using a PdfPTable as a custom footer and adding it to the Document during the onEndPage event. My question is this, how do I position my custom footer at the bottom of the page as is the case with the HeaderFooter element? Do I have to write some absolute positioning code o

Re: [iText-questions] footer in onCloseDocument event

2002-08-15 Thread Paulo Soares
Use a ColumnText or a PdfPTable and place them at a precise position. Best Regards, Paulo Soares - Original Message - From: "Preeti Sehgal" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 14, 2002 20:43 Subject: [iText-questions] footer in

[iText-questions] footer in onCloseDocument event

2002-08-14 Thread Preeti Sehgal
Hi, Just wanted to know how to put a footer in an onCloseDocument event. I'm trying to get it to appear at the very bottom of the last page. Any ideas? Thanks --- This sf.net email is sponsored by: Dice - The leading online job board for high-

Re: [iText-questions] Footer on first page

2002-06-10 Thread Bruno
Quoting Ronald Tooley <[EMAIL PROTECTED]>: > How do I get a footer on the first page? > > I know when a footer is defined it starts on the next > page, which is fine. But how do I get around this for > the first page of the document? add the footer before the document.open(). PS: I see you ar

[iText-questions] Footer on first page

2002-06-10 Thread Ronald Tooley
How do I get a footer on the first page? I know when a footer is defined it starts on the next page, which is fine. But how do I get around this for the first page of the document? Thanks Ron __ Do You Yahoo!? Yahoo! - Official partner of 2002 FI