Re: [iText-questions] Import pages to PdfWriter

2005-03-14 Thread Paulo Soares
It's Document.newPage(). --- Roger Misteli <[EMAIL PROTECTED]> wrote: > Hiyas > > I've got a PDF with form fields that I want to fill > with different > values and, for each database record, fill up a huge > PDF with a copy of > the PDF Form I just read and filled out. > The filling of the values

[iText-questions] Import pages to PdfWriter

2005-03-14 Thread Roger Misteli
Hiyas I've got a PDF with form fields that I want to fill with different values and, for each database record, fill up a huge PDF with a copy of the PDF Form I just read and filled out. The filling of the values works perfectly, but this code here: private void copyPages(final byte[] pdfArray,