Re: [iText-questions] Merging 2 pdf documents

2004-11-11 Thread Dirk Wellmann
Hi Venkat, I used the Template of the Document. Just make an Instance of a PdfWriter with a new empty PDF-Document, add the existing one via a PdfReader as DirectContentUnder, then you can add your own Content in the normal way, using addParagraph : com.lowagie.text.pdf.PdfReader pReader =

[iText-questions] Merging 2 pdf documents

2004-11-10 Thread Venkat Pabbati
Hello I have a requirement in my curret project that there is an existing pdf document, I will have to add few lines and an image to the start of the exisitng document. Also will have to add some text at the end of the document. If I use 'PdfCopy' I am having the content added is shown in one diff