Uses of Class
com.adobe.pdfservices.operation.pdfjobs.params.electronicseal.PDFElectronicSealParams.Builder
-
Packages that use PDFElectronicSealParams.Builder Package Description com.adobe.pdfservices.operation.pdfjobs.params.electronicseal Contains the param classes forPDFElectronicSealJob. -
-
Uses of PDFElectronicSealParams.Builder in com.adobe.pdfservices.operation.pdfjobs.params.electronicseal
Methods in com.adobe.pdfservices.operation.pdfjobs.params.electronicseal that return PDFElectronicSealParams.Builder Modifier and Type Method Description static PDFElectronicSealParams.BuilderPDFElectronicSealParams. pdfElectronicSealParamsBuilder(CertificateCredentials certificateCredentials, FieldOptions fieldOptions)Creates a newPDFElectronicSealParams.Builder.PDFElectronicSealParams.BuilderPDFElectronicSealParams.Builder. withAppearanceOptions(AppearanceOptions appearanceOptions)Sets theAppearanceOptionsfor the seal.PDFElectronicSealParams.BuilderPDFElectronicSealParams.Builder. withDocumentLevelPermission(DocumentLevelPermission documentLevelPermission)Sets the document level permission for changes allowed after sealing.PDFElectronicSealParams.BuilderPDFElectronicSealParams.Builder. withSignatureFormat(SignatureFormat signatureFormat)Sets theSignatureFormatfor the seal.PDFElectronicSealParams.BuilderPDFElectronicSealParams.Builder. withTSAOptions(TSAOptions tsaOptions)Sets the time stamp authority options
-