> 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
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
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("