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 =
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