Package | Description |
---|---|
org.apache.pdfbox.pdmodel |
The PDModel package represents a high level API for creating and manipulating PDF documents.
|
Modifier and Type | Method and Description |
---|---|
void |
PDDocument.addSignature(PDSignature sigObject,
SignatureInterface signatureInterface,
SignatureOptions options)
This will add a signature to the document.
|
void |
PDDocument.addSignature(PDSignature sigObject,
SignatureOptions options)
Add parameters of signature to be created externally.
|
void |
PDDocument.addSignatureField(List<PDSignatureField> sigFields,
SignatureInterface signatureInterface,
SignatureOptions options)
Deprecated.
The method is misleading, because only one signature may be
added in a document. The method will be removed in the future.
|
Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.