Re: [iText-questions] pdf form help

2005-05-03 Thread Paulo Soares
- Original Message - From: "Vivek Mongulu" <[EMAIL PROTECTED]> To: "Paulo Soares" <[EMAIL PROTECTED]> Sent: Tuesday, May 03, 2005 7:45 PM Subject: Re: [iText-questions] pdf form help Here's the template created using Acrobat Designer 7 and the pro

Re: [iText-questions] pdf form help

2005-04-19 Thread Paulo Soares
- Original Message - From: "Vivek Mongulu" <[EMAIL PROTECTED]> To: Sent: Tuesday, April 19, 2005 7:17 PM Subject: Re: [iText-questions] pdf form help Hello, I have been using the itext package for a while and I must say its really good. The support is incredible. I ha

Re: [iText-questions] pdf form help

2005-04-19 Thread Vivek Mongulu
Hello,  I have been using the itext package for a while and I must say its really good. The support is incredible. I have few questions though 1. I am writing a web app where a user fills in a html form and using the template pdf file, I need to create a new pdf file and update this file with the

Re: [iText-questions] pdf form help

2005-03-31 Thread Paulo Soares
The names will stay the same but now you can fill them. - Original Message - From: "Vivek Mongulu" <[EMAIL PROTECTED]> To: "Paulo Soares" <[EMAIL PROTECTED]> Sent: Wednesday, March 30, 2005 6:30 PM Subject: Re: [iText-questions] pdf form help > I se

Re: [iText-questions] pdf form help

2005-03-31 Thread Paulo Soares
"1" - Original Message - From: "Vivek Mongulu" <[EMAIL PROTECTED]> To: "Paulo Soares" <[EMAIL PROTECTED]> Sent: Wednesday, March 30, 2005 7:53 PM Subject: Re: [iText-questions] pdf form help > Thanks. > I have one more question ho

Re: [iText-questions] pdf form help

2005-03-29 Thread Paulo Soares
Search the mailing list for "XFA". - Original Message - From: "Vivek Mongulu" <[EMAIL PROTECTED]> To: Sent: Tuesday, March 29, 2005 9:53 PM Subject: [iText-questions] pdf form help > I have created a pdf form file using the Adobe designer. when I read &

[iText-questions] pdf form help

2005-03-29 Thread Vivek Mongulu
I have created a pdf form file using the Adobe designer. when I read the pdf form the form fields are being displayed as F1[0].P1[0].FNAME[0] F1[0].P1[0].CheckBox1[0] instead of just FNAME CheckBox1 I want to set the fields and save it as a new pdf file. i am using PdfReader and PdfStamper.