Can a TextField be locked the same way a PdfFormField can? As far as I saw these two are not related in any way.
Not related???
Suppose that textfield is an instance of TextField, then you can do this:
PdfFormField field = textfield.getTextField();
TextField extends BaseField.
BaseField and all its subclasses are CONVENIENCE OBJECTS.
You can't do anything with them, but PREPARE the creation of a PdfFormField object.
Your question reveals that you didn't read (or didn't understand) the documentation ;-)
------------------------------------------------------------------------------ How ServiceNow helps IT people transform IT departments: 1. A cloud service to automate IT design, transition and operations 2. Dashboards that offer high-level views of enterprise services 3. A single system of record for all IT processes http://p.sf.net/sfu/servicenow-d2d-j
_______________________________________________ iText-questions mailing list iText-questions@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/itext-questions
iText(R) is a registered trademark of 1T3XT BVBA. Many questions posted to this list can (and will) be answered with a reference to the iText book: http://www.itextpdf.com/book/ Please check the keywords list before you ask for examples: http://itextpdf.com/themes/keywords.php