|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.spire.pdf.interactive.digitalsignatures.PdfSignatureMaker
public abstract class PdfSignatureMaker
Pdf signatue maker.
| Constructor Summary | |
|---|---|
PdfSignatureMaker(PdfDocument document,
IPdfSignatureFormatter signatureFormatter)
Initialize a new instance. |
|
PdfSignatureMaker(PdfDocument document,
PdfCertificate certificate)
Initialize a new instance. |
|
| Method Summary | |
|---|---|
PdfSignature |
getSignature()
Get the signature. |
void |
makeSignature(java.lang.String sigFieldName)
Make signature. |
void |
makeSignature(java.lang.String sigFieldName,
IPdfSignatureAppearance signatureAppearance)
Make signature. |
void |
makeSignature(java.lang.String sigFieldName,
PdfPageBase page,
float x,
float y,
float width,
float height)
Make signature. |
void |
makeSignature(java.lang.String sigFieldName,
PdfPageBase page,
float x,
float y,
float width,
float height,
IPdfSignatureAppearance signatureAppearance)
Make signature. |
void |
setAcro6Layers(boolean acro6Layers)
Only for compatibility old version. |
| Constructor Detail |
|---|
public PdfSignatureMaker(PdfDocument document,
IPdfSignatureFormatter signatureFormatter)
document - The pdf document object.signatureFormatter - The signature formatter.
public PdfSignatureMaker(PdfDocument document,
PdfCertificate certificate)
document - The pdf document object.certificate - The X.509 certificate.| Method Detail |
|---|
public PdfSignature getSignature()
public void setAcro6Layers(boolean acro6Layers)
acro6Layers - false, display signature validity visualizations in document.
true, move away signature validity visualizations in document.public void makeSignature(java.lang.String sigFieldName)
sigFieldName - The signature filed name.
public void makeSignature(java.lang.String sigFieldName,
IPdfSignatureAppearance signatureAppearance)
sigFieldName - The signature filed name.signatureAppearance - Implement a custom signature appearance.
public void makeSignature(java.lang.String sigFieldName,
PdfPageBase page,
float x,
float y,
float width,
float height)
sigFieldName - The signature filed name.page - The page.x - The x position of the annotation on the page.y - The y position of the annotation on the page.width - The width of the annotation on the page.height - The height of the annotation on the page.
public void makeSignature(java.lang.String sigFieldName,
PdfPageBase page,
float x,
float y,
float width,
float height,
IPdfSignatureAppearance signatureAppearance)
sigFieldName - The signature filed name.page - x - The x position of the annotation on the page.y - The y position of the annotation on the page.width - The width of the annotation on the page.height - The height of the annotation on the page.signatureAppearance - Implement a custom signature appearance.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||