We successfully prototyped the feature and were able to auto-insert the date info into a form field. Unfortunately we did not enabled the feature in the just-released v380fx2, as there was not enough time to extensively test it. It is going to be available with the next beta-release of PD4ML.
FYI: we achieved that with
this.getField("i1").value = new Date().toDateString()JavaScript code, assigned to
OpenAction of PDF.
The source HTML document supposed to define:
<input name=i1 type=text style="border: none">
PD4ML must explicitly enable PDF form output:
pd4ml.generatePdfForms(true, null);