Manish Suriya <manish.suriya <at> tcs.com> writes: > Now i wants the same fields which i created here needs to be create > in my existing pdf. > My question is: how can i use my existing pdf to create form fileds > in that. ??
Use a PdfStamper instead of PdfWriter. PdfStamper.addAnnotation() works virtually identically to PdfWriter's, only it takes a page number (1 is first, not 0). --Mark Storer Senior Software Enginner Cardiff.com #include <disclaimer> typedef std::Disclaimer<Cardiff> DisCard; ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Do you like iText? Buy the iText book: http://www.1t3xt.com/docs/book.php Or leave a tip: https://tipit.to/itexttipjar
