4142434445464748495051
PdfAcroForm acroForm = writer.getAcroForm(); Element elem = box.getElement(); String name = getFieldName(outputDevice, elem); String value = getValue(elem); acroForm.addHiddenField(name, value); } public int getIntrinsicWidth()