I am current creating PDF documents using absolute positioning of text
and graphics, as described in chapter 10.

I'm a little confused about how to start a new page, and how to get the
current page number.  At the moment I am calling:

  document.newPage();

which works, but only if something was actually written to the previous
page.  This is not a great problem, but is there anyway to force a new
page?  

Is there a way to get the current page number?  document.getPageNumber()
always returns 0.

I suspect that I'm misunderstanding what this function is supposed to
do...

Paul

_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to