Package | Description |
---|---|
org.apache.pdfbox.cos |
These are the low level objects that make up a PDF document.
|
org.apache.pdfbox.pdmodel |
The PDModel package represents a high level API for creating and manipulating PDF documents.
|
Modifier and Type | Method and Description |
---|---|
SignatureInterface |
COSDocument.getSignatureInterface()
This will return the signature interface.
|
Modifier and Type | Method and Description |
---|---|
void |
COSDocument.setSignatureInterface(SignatureInterface sigInterface)
Set the signature interface to the given value.
|
Modifier and Type | Method and Description |
---|---|
void |
PDDocument.addSignature(PDSignature sigObject,
SignatureInterface signatureInterface)
Add a signature.
|
void |
PDDocument.addSignature(PDSignature sigObject,
SignatureInterface signatureInterface,
SignatureOptions options)
This will add a signature to the document.
|
void |
PDDocument.addSignatureField(List<PDSignatureField> sigFields,
SignatureInterface signatureInterface,
SignatureOptions options)
This will add a signaturefield to the document.
|
Copyright © 2002-2015 The Apache Software Foundation. All Rights Reserved.