Re: [iText-questions] Form questions

2003-09-04 Thread Bruno
Quoting [EMAIL PROTECTED]: > 1. Can I use Itext to add to a pdffile(e.g. created with acrobat) a text at a > postion? Yes using PdfStamper. > 2. Can I use iText to add something to a textformfield and then makr it as > readonly? Yes merge the PDF with an FDF and flatten the fields. > 3. Are so

[iText-questions] Form questions

2003-09-04 Thread itext
Hi, I am german student and doing right now my internship. I have few knowledge of iText and have a lot of questions. 1. Can I use Itext to add to a pdffile(e.g. created with acrobat) a text at a postion?e.g. the date I know I could use Javascript in the pdf but I need to do it with java 2. Can