For a given document and field name, it seems like a simple matter to draw a 
colored box around the contents of the field.  But I cannot figure out how to 
do it.  So far, I have the following.  But where do I go from here?

PDDocumentCatalog catalog = pdDocument.getDocumentCatalog();
PDAcroForm pdAcroForm = catalog.getAcroForm();
PDField pdField = pdAcroForm.getField(fieldName);
COSDictionary pdFieldDictionary = pdField.getDictionary();

PDAnnotationTextMarkup pdatMarkup = new 
PDAnnotationTextMarkup(PDAnnotationSquareCircle.SUB_TYPE_SQUARE);
pdatMarkup.setColour(borderPdGamma);

...?


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: users-h...@pdfbox.apache.org

Reply via email to