Re: [iText-questions] Using iText for merging documents

2007-12-20 Thread mixiff
> I need to merge a static PDF document and an Acroform document together, and > send the result on the screen. I would like a ‘real’ merge, not PDF > concatenated. However, I don't find the solution... Yes, surimpose a PDF (one page, generated from a simple Acroform) many times over another PDF

Re: [iText-questions] Using iText for merging documents

2007-12-20 Thread mixiff
Answer is no longer necessary because I've found the solution by myself. // Create a stream ByteArrayOutputStream baos = new ByteArrayOutputStream(); // Open the AcroForm PdfReader readerAcroForm = new PdfReader("pdf/acroform.pdf"); // Create a stamper PdfStamper stamp

[iText-questions] Using iText for merging documents

2007-12-20 Thread mixiff
Hello, I need to merge a static PDF document and an Acroform document together, and send the result on the screen. I would like a ‘real’ merge, not PDF concatenated. However, I don't find the solution... In the Acroform, I’m using something like this : PdfReader readerForm = new PdfReader("