Re: [iText-questions] Page Number in RTF´s

2003-03-18 Thread Mark Hall
Pablo Collazos Fernandez wrote: > How can i use the RtfPageNumber class? Phrase phrase = new Phrase(); phrase.add(new RtfPageNumber("Page ", new Font())); document.add(phrase); Greetings, Mark -- The cause of the problem is: microelectronic Riemannian curved-space fault in write-only file system.

[iText-questions] Page Number in RTF´s

2003-03-17 Thread Pablo Collazos Fernandez
Hello!! I have a problem with page numbers in RTF. Can i show page number in the document´s header? How? I have the next code: RtfHeaderFooter header = new RtfHeaderFooter(tablaCabecera); document.setHeader(header); How can i use the RtfPageNumber class? Thanks for any help, Pa