- I am using
appearance.setAcro6Layers(false); //depricated
to show the tick mark. Is there any other way to display tick mark.
There is a text displaying on top of the signature.
- I want to change the size and style of the text and
size of the green tick mark.
PdfSignatureAppearance appearance = stamper.getSignatureAppearance(); appearance.setVisibleSignature(rectangle, reader.getNumberOfPages(), "Signature Box"); appearance.setReason(Constants.REASON); appearance.setLocation(Constants.LOCATION); appearance.setLayer4Text(Constants.LAYER4TEXT); appearance.setLayer2Font(font); appearance.setRenderingMode(RenderingMode.NAME_AND_DESCRIPTION);
AND Layer 2 text is aligned to the right side. Is there a chance to adjust the alignment?