Package | Description |
---|---|
org.apache.pdfbox.examples.signature |
These examples will show how to gain access to the PDF signature.
|
Modifier and Type | Method and Description |
---|---|
TSAClient |
CreateSignatureBase.getTsaClient() |
Modifier and Type | Method and Description |
---|---|
void |
CreateSignatureBase.setTsaClient(TSAClient tsaClient) |
void |
CreateSignature.signDetached(File inFile,
File outFile,
TSAClient tsaClient)
Signs the given PDF file.
|
void |
CreateSignature.signDetached(PDDocument document,
OutputStream output,
TSAClient tsaClient) |
Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.