Gopu, Naresh wrote:

Hi,
I am using itext (PdfStamper) to fill in PDF form and flatten the form and send it to the browser. It works perfect, but I am having problems when I try to concat two forms that are filled and flattened. Can you tell me how to achieve this and please provide a sample code if possible. Here is my situation : I have data that needs to be filled into two PDF forms (one page each) and the resultant output (forms filled in and flattened) should be a single PDF document (2 pages) sent to the browser.

First fill and flatten the files.
Keep them in memory.
Then  use PdfCopy to concatenate them.
Please read:
http://thread.gmane.org/gmane.comp.java.lib.itext.general/21717/focus=21729
http://article.gmane.org/gmane.comp.java.lib.itext.general/19354/
br,
Bruno


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to