In iText7 when I add an image to a digital signature the image defaults to being right in the center of the Rect I've defined with any text aligned to the right. Is there a way to shift the image to aligned to the left of the digital signature's Rect?
com.itextpdf.layout.element.Image has a way to align itself to the left. But the PdfSignatureAppearance.setSignatureGraphic() requires an ImageData param.