Uses of Class
com.adobe.pdfservices.operation.pdfjobs.params.protectpdf.ProtectPDFParams
-
Packages that use ProtectPDFParams Package Description com.adobe.pdfservices.operation.pdfjobs.jobs Contains implementation classes and sub-packages forPDFServicesJob
.com.adobe.pdfservices.operation.pdfjobs.params.protectpdf Contains the param classes forProtectPDFJob
. -
-
Uses of ProtectPDFParams in com.adobe.pdfservices.operation.pdfjobs.jobs
Constructors in com.adobe.pdfservices.operation.pdfjobs.jobs with parameters of type ProtectPDFParams Constructor Description ProtectPDFJob(Asset asset, ProtectPDFParams protectPDFParams)
Constructs a newProtectPDFJob
instance. -
Uses of ProtectPDFParams in com.adobe.pdfservices.operation.pdfjobs.params.protectpdf
Subclasses of ProtectPDFParams in com.adobe.pdfservices.operation.pdfjobs.params.protectpdf Modifier and Type Class Description class
PasswordProtectParams
Parameters for securing PDF file with passwords and document permissions usingProtectPDFJob
.
-