itext-questions  

Re: [iText-questions] how to create form fields to an exist ing pdf and stamp those fields

Mark Storer
Tue, 24 Jun 2008 09:27:29 -0700

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
iText-questions@lists.sourceforge.net
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
  • Re: [iText-questions] how to create form fields to an exist ing pdf and stamp those fields Mark Storer