Re: [iText-questions] Stamping multiple times ...

2004-02-12 Thread Christer Sandberg
Christer Sandberg *Sent: * Thursday, February 12, 2004 12:25 *To:* [EMAIL PROTECTED] *Subject: * [iText-questions] Stamping multiple times ... Hi, maybe this is a silly question but I can't find the answer in the list. I wan't to have a PD

RE: [iText-questions] Stamping multiple times ...

2004-02-12 Thread Paulo Soares
Title: RE: [iText-questions] Stamping multiple times ... You must do it in two steps: - read the template and populate it to memory - read the memory and add it to PdfCopy You can use the constructor PdfReader(PdfReader) to read the template from disk only once. Best Regards, Paulo

[iText-questions] Stamping multiple times ...

2004-02-12 Thread Christer Sandberg
Hi, maybe this is a silly question but I can't find the answer in the list. I wan't to have a PDF as a template and apply some text to it much like PDFStamper but I need to do it multiple times in one batch (i.e. have the result as several pages), only the text will differ between the pages the