Package | Description |
---|---|
org.apache.pdfbox.examples.signature |
These examples will show how to gain access to the PDF signature.
|
org.apache.pdfbox.pdfwriter |
This is the persistence layer used to write the PDFBox documents to a stream.
|
org.apache.pdfbox.pdmodel |
The PDModel package represents a high level API for creating and manipulating PDF documents.
|
Modifier and Type | Class and Description |
---|---|
class |
CreateSignature
An example for singing a PDF with bouncy castle.
|
class |
CreateSignatureBase |
class |
CreateVisibleSignature
This is an example for visual signing a pdf with bouncy castle.
|
Modifier and Type | Method and Description |
---|---|
void |
COSWriter.write(PDDocument doc,
SignatureInterface signInterface)
This will write the pdf document.
|
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 signature field to the document.
|
Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.