/ Id-Extras Forum / How to control font size of checkbox before exporting to PDF / Reply To: How to control font size of checkbox before exporting to PDF

#7112
Keltexan
Participant

    Hello Ariel,

    It worked. I experimented with a smaller form with fewer checkboxes. I already prefix fields by type in the name (i.e., ckbCheckbox, txtTextfield, rdoRadio, ddlComboBox, etc.) for ease of identification in scripts. All I did was add a period between the prefix and the name (ckb.Checkbox), then wrote the script as

    this.getField(“ckb”).textSize=6;