Hi, I am trying to use a servlet to create a dynamic pdf file. I created two page of the pdf file using PDFWriter with information from the database. And the third page of the pdf file I need it to be copy from another pdf file that contain a form. I used PDFStamp to fill in the value for that form. Now I need to add that page to the two pages I created before. The way I am thinking of doing is two save the first two page in a pdf file and the the newly filled pdf as another and merge them. However that will force me to create two files on the system that I might have to delete later. Does anyone know a better one for me to complete this without create the two files? It would be a bad idea to create file on the system. Thanks.
Bob __________________________________ Do you Yahoo!? New Yahoo! Photos - easier uploading and sharing. http://photos.yahoo.com/ ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
