Quoting manojkumar singh <[EMAIL PROTECTED]>:

>  1)Can i append the new text(String) anywhere in
>  pdf file,so that resulting pdf will contain the new
>  text(String) added with the original content of
>  the pdf file?

Please read these pages:
http://www.lowagie.com/iText/faq.html#template
http://www.lowagie.com/iText/tutorial/ch01.html#readingPDF

Remark: you can only copy content (text and graphics);
all Annotations, Outlines,... will be lost.

>  2)If you pass the The Page (on which page of pdf
>  file), The String (Text to be added) and the
>  Location (where the string to be added).
>  How to put the Sting in correct PDF Page and
>  Location without affecting the original content of
> pdf?
>  So that resulting pdf content must be original
>  content with newly added string(text) at correct page
> and  location.

After adding the imported pages as described in Chapter 1,
add extra text using the PdfContentByte layer:
http://www.lowagie.com/iText/tutorial/ch10.html

_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to