On Monday 10 November 2003 08:08, Benny Pedersen wrote:
> Im using the RTFWriter and I want to have page numbers on each page.
> Looking at the examples on the Itext site, I managed to get page number on
> each page. However, I dont want the first page (the title sheet) to have a
> page number. Is that possible?
Try setting

  rtfWriter.setHasTitlePage(true);

You might have to use the RtfHeaderFooters for this to work, but try it with 
normal header/footers first.

Greetings,
Mark
-- 
Youth doesn't excuse everything.
                -- Dr. Janice Lester (in Kirk's body), "Turnabout Intruder",
                   stardate 5928.5.

My GPG public key is available at:
http://www.edu.uni-klu.ac.at/~mhall/data/security/MarkHall.asc



-------------------------------------------------------
This SF.Net email sponsored by: ApacheCon 2003,
16-19 November in Las Vegas. Learn firsthand the latest
developments in Apache, PHP, Perl, XML, Java, MySQL,
WebDAV, and more! http://www.apachecon.com/
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to