The reason iText does not support something like SetFormat()and GetFormat()is because the PDF format does not support it.
, Adobe Acrobat . , , - JavaScript, . PDF- ( Chrome, Firefox IE) , . JS , , - AFDate_FormatEx(). , PDF :

, . , JS, , . , Adobe, . - :
var aditionalActions = reader.AcroFields.Fields["patient-dob"].GetWidget(0).GetAsDict(PdfName.AA);
SetAdditionalActions() PdfFormField.
, , , .
, - , , . , , - /TM, , ( , FDF HTTP POST).
var _DOBtext = new TextField(writer, new iTextSharp.text.Rectangle(0, 0, 110, 650), "patient-dob");
var tf = _DOBtext.GetTextField();
tf.MappingName = "patient-dob:date:mm/dd/yyyy";
:
var mappingName = reader.AcroFields.Fields["patient-dob"].GetWidget(0).GetAsString(PdfName.TM);
, , . , . PDF .
