Showing image on a acro text field position
I had a PDF document which has acro text fields which is already shared to the client. Now the client wants to insert signature image in one of the text fields. My manager asked me to try a way to do the same.My idea is to replace an image on top of the text field position and resize the text field as image size. For replacing acro text field of pdf into image, i am trying as below 1.Finding the text field by its field id String position = null; List<FieldPosition> fieldPositons = form.getFieldPositions("50106"); for (FieldPosition position :fieldPositons) { this.position = position.position;