Re: [iText-questions] About form field

2003-01-08 Thread phillip
> But this code still produce "/Ff 8192". > Instead, I found next line is "/F 12591104". > > I don't know what the key "/F" mean in this case. > So I am still in trouble. > That is the flag which is common to all annotations. I think it could be the internal problem in iText. I will look into it

RE: [iText-questions] About form field

2003-01-08 Thread Paulo Soares
I'll update it. Best Regards, Paulo Soares > -Original Message- > From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]] > Sent: Wednesday, January 08, 2003 5:41 > To: [EMAIL PROTECTED] > Subject: Re: [iText-questions] About form field > > > About pa

RE: [iText-questions] About form field

2003-01-08 Thread Paulo Soares
It's setFieldFlags not setFlags. Best Regards, Paulo Soares > -Original Message- > From: Kumata Mitsugu [SMTP:[EMAIL PROTECTED]] > Sent: Wednesday, January 08, 2003 7:43 > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Re: [iText-questions] About form

Re: [iText-questions] About form field

2003-01-07 Thread Kumata Mitsugu
Thank you Phillip > So, if you wait for the new release, you should do: > > field.setFlags(PdfFormField.FF_PASSWORD | 4194304); > > or if you do not, you should do: > > field.setFlags(PdfFormField.FF_PASSWORD | > PdfFormField.FF_DONOTSPELLCHECK); I tried field.setFlags(PdfFormField.FF_PASSWO

Re: [iText-questions] About form field

2003-01-07 Thread phillip
> About password field; > I added the folllowing code to my program; > "field.setFlags(PdfFormField.FF_PASSWORD);" Read PDF Reference p.448. Bit 14 is Password field flag. > > But this code produces "/Ff 8192". > I think right flag shoudl be "/Ff 12591104". 12591104 = 11000

Re: [iText-questions] About form field

2003-01-07 Thread Kumata Mitsugu
ld.FF_PASSWORD); > > > Best Regards, > Paulo Soares > >> -Original Message- >> From:KuMi [SMTP:[EMAIL PROTECTED]] >> Sent:Tuesday, January 07, 2003 6:28 >> To:[EMAIL PROTECTED] >> Subject:[iText-questions] About form field >> >

RE: [iText-questions] About form field

2003-01-07 Thread Paulo Soares
Paulo Soares > -Original Message- > From: KuMi [SMTP:[EMAIL PROTECTED]] > Sent: Tuesday, January 07, 2003 6:28 > To: [EMAIL PROTECTED] > Subject: [iText-questions] About form field > > Hello all, > > I hava a couple of question about PdfFormField. > Any

[iText-questions] About form field

2003-01-06 Thread KuMi
Hello all,   I hava a couple of question about PdfFormField. Any work around or suggestions would be helpful.   I am trying to create a password-type text form field with border and fill. My code is like this;   ...   field.setMKBorderColor( new GrayColor(0.5f) );  field.setMKBac