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_PASSWORD | 4194304 | 8388608);
to get "12591104".

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.

Thank you and forgive me for my poor English
KuMi



-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to