Package | Description |
---|---|
com.adobe.fd.docassurance.client.api | |
com.adobe.fd.signatures.pdf.inputs |
Defines package version.
|
Modifier and Type | Method and Description |
---|---|
Document |
DocAssuranceService.addInvisibleSignatureField(Document inDoc,
String signatureFieldName,
FieldMDPOptionSpec fieldMDPOptionsSpec,
PDFSeedValueOptionSpec seedValueOptionsSpec,
UnlockOptions unlockOptions)
Creates an invisible signature field in the PDF document.
|
Document |
DocAssuranceService.addSignatureField(Document inDoc,
String signatureFieldName,
Integer pageNo,
PositionRectangle positionRectangle,
FieldMDPOptionSpec fieldMDPOptionsSpec,
PDFSeedValueOptionSpec seedValueOptionsSpec,
UnlockOptions unlockOptions)
Creates a visible signature field within the PDF document.
|
Document |
DocAssuranceService.clearSignatureField(Document inDoc,
String signatureFieldName,
UnlockOptions unlockOptions)
Clears the specified signature field.
|
PDFSignatureField |
DocAssuranceService.getCertifyingSignatureField(Document inDoc,
UnlockOptions unlockOptions)
Returns the signature field that was used to certify the document.
|
GetUsageRightsResult |
DocAssuranceService.getDocumentUsageRights(Document inDocument,
UnlockOptions unlockOptions)
Returns the usage rights information of the given Document.
|
PDFSignature |
DocAssuranceService.getSignature(Document doc,
String signatureFieldName,
UnlockOptions unlockOptions)
Returns signature data for a given signature field.
|
List<PDFSignatureField> |
DocAssuranceService.getSignatureFieldList(Document inDoc,
UnlockOptions unlockOptions)
Returns a list of all the signature fields located within a PDF document.
|
Document |
DocAssuranceService.modifySignatureField(Document inDoc,
String signatureFieldName,
PDFSignatureFieldProperties pdfSignatureFieldProperties,
UnlockOptions unlockOptions)
Modifies a signature field's signature field lock dictionary and seed value dictionary values.
|
Document |
DocAssuranceService.removeSignatureField(Document inDoc,
String signatureFieldName,
UnlockOptions unlockOptions)
Removes the specified signature field.
|
Document |
DocAssuranceService.removeUsageRights(Document inDocument,
UnlockOptions unlockOptions)
Removes the usage rights for the given Document.
|
Document |
DocAssuranceService.secureDocument(Document inDoc,
EncryptionOptions encryptionOptions,
SignatureOptions signatureOptions,
ReaderExtensionOptions readerExtensionOptions,
UnlockOptions unlockOptions)
secureDocument enables you to encrypt, sign/certify, reader extend a PDF Document either individually
or in any combination in the given order.
|
Modifier and Type | Method and Description |
---|---|
UnlockOptions |
DSSPreferences.getUnlockOptions() |
UnlockOptions |
DSSPreferencesImpl.getUnlockOptions() |
Modifier and Type | Method and Description |
---|---|
void |
DSSPreferences.setUnlockOptions(UnlockOptions unlockOptions) |
void |
DSSPreferencesImpl.setUnlockOptions(UnlockOptions unlockOption) |
Copyright © 1982–2022 Adobe Systems Inc.. All rights reserved.