Re: [iText-questions] image and Page Number in Footer in RTF

2007-02-14 Thread Mark Hall
On 14.02.2007, at 10:07, Raghu wrote: > How about the page numbers Footer in RTF. > Please let me know if this can be done or not ?. > > IF YES ,provide me suggestion how to proceed. Please, the documentation exists for a reason. There are examples for page numbers. http://itextdocs.lowagie.co

Re: [iText-questions] image and Page Number in Footer in RTF

2007-02-14 Thread Raghu
iText here Cc: [EMAIL PROTECTED] Subject: Re: [iText-questions] image and Page Number in Footer in RTF On 13.02.2007, at 08:30, Raghu wrote: > What change I need to do to get this footer along with page Number in > attached java file. > Is it possible to have such requirement in RTF? Ju

Re: [iText-questions] image and Page Number in Footer in RTF

2007-02-13 Thread Mark Hall
On 13.02.2007, at 14:11, Raghu wrote: > We have done for PDF as below. > But how this is to be done for RTF. > > I mean what my class should extend(PdfPageEventHelper for pdf) and > method onEndPage(for pdf) > > What about extending and method for RTF. Please read the documentation in detail. Th

Re: [iText-questions] image and Page Number in Footer in RTF

2007-02-13 Thread Raghu
}//end class -Original Message- From: Mark Hall [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 13, 2007 5:19 PM To: Post all your questions about iText here Cc: [EMAIL PROTECTED] Subject: Re: [iText-questions] image and Page Number in Footer in RTF On 13.02.2007, at 08:30, Raghu wrot

Re: [iText-questions] image and Page Number in Footer in RTF

2007-02-13 Thread Mark Hall
On 13.02.2007, at 08:30, Raghu wrote: > What change I need to do to get this footer along with page Number in > attached java file. > Is it possible to have such requirement in RTF? Just having briefly looked at your code, you HAVE to set the header before you open the document. Greetings, Mar