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