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) |
void |
CreateVisibleSignature.signPDF(File inputFile,
File signedFile,
TSAClient tsaClient)
Sign pdf file and create new file that ends with "_signed.pdf".
|
void |
CreateVisibleSignature.signPDF(File inputFile,
File signedFile,
TSAClient tsaClient,
String signatureFieldName)
Sign pdf file and create new file that ends with "_signed.pdf".
|
Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.