Package com.logicaldoc.sign.pdf
Class SignatureImage
- java.lang.Object
-
- com.logicaldoc.sign.pdf.SignatureImage
-
public class SignatureImage extends Object
Represents the image of a digital signature- Since:
- 7.7.2
- Author:
- Marco Meschieri - LogicalDOC
-
-
Constructor Summary
Constructors Constructor Description SignatureImage()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static int[]
create(File file, String name, String reason, Locale locale, String color, int opacity, int fontSize)
Creates the signature image
-
-
-
Method Detail
-
create
public static int[] create(File file, String name, String reason, Locale locale, String color, int opacity, int fontSize) throws IOException
Creates the signature image- Parameters:
file
- the output filename
- name of the signerreason
- the reason for signinglocale
- the current localecolor
- the signature coloropacity
- an opacity percentage 1..100fontSize
- dimension of the font- Returns:
- width and height of the generated image
- Throws:
IOException
- cannot write the PDF file
-
-