I think the original answer was right, but maybe you interpreted it wrong.
When you say PDF template. Do you mean a separate PDF document?
Because the person who answered your question was talking about the
iText object PdfTemplate, not about a separate file.
One of the subclasses of PdfTemplate, is PdfImportedPage.
See http://itextdocs.lowagie.com/tutorial/general/copystamp/

Krishna Kishore .J wrote:

Hi,
Thanks for your reply.

Can i create a pdf template for a pdf and add it to another pdf ???

My problem is :
I have a pdf template with the following:

1. Some content,form fields followed by
2. dynamic table which again followed by
3. text and form fields.

I am able to do 1,2 above ,but am facing problem in doing the 3rd one.
I have the following options as of now:

a. Hard code the text etc which are after the table as i know the
co-ordinates after the table. but this will be pdf specific, i am trying for
a more generalized one.
b. try to put the content after the table in a different pdf template or a
new page in the same template, but i dont know how to create a pdf template
for a pdf and add it to existing one.

can any one help me out.

pls point me to some examples which will guide me.



-------------------------------------------------------
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP, AMD, and NVIDIA. To register visit http://www.hp.com/go/dualwebinar
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to