| Package | Description |
|---|---|
| org.imixs.archive.signature.pdf |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
SigningService.signPDF(byte[] inputFileData,
String certAlias,
String certPassword,
boolean externalSigning)
Method Opens the keystore with the given password and creates a new signed
PDF file based on the given PDF File and a signature image.
|
byte[] |
SigningService.signPDF(byte[] inputFileData,
String certAlias,
String certPassword,
boolean externalSigning,
Rectangle2D humanRect,
String signatureFieldName,
byte[] imageFile,
String reason)
Sign pdf file and create new file that ends with "_signed.pdf".
|
Copyright © 2016–2020 Imixs Software Solutions GmbH. All rights reserved.