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.
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