Re: [iText-questions] Creating new pages

2006-03-13 Thread bruno
Cristina Dallera wrote: Hi. I would like to know how create new pages in a pdf document create by my java program; I need to add content directly to the PDF file using the PdfContentByte class in this way: /Document doc = new Document();/ /PdfWriter// writer = PdfWriter.getInstance(doc,

[iText-questions] Creating new pages

2006-03-13 Thread Cristina Dallera
Hi. I would like to know how create new pages in a pdf document create by my java program; I need to add content directly to the PDF file using the PdfContentByte class in this way:   Document doc = new Document(); PdfWriter writer = PdfWriter.getInstance(doc, new FileOutputStream(myPath

Re: [iText-questions] Creating new pages / page numbers

2002-05-29 Thread Bruno
Quoting Paul Warren <[EMAIL PROTECTED]>: > 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: > > doc

[iText-questions] Creating new pages / page numbers

2002-05-29 Thread Paul Warren
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