SecurityApi class
API endpoints for PDF security
Constructors
- SecurityApi.new(ApiClient client)
- Constructor
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
protectPdf(
File file, ProtectPdfOptions options) → Future< ApiResponse> - Protect a PDF with a password
-
signPdf(
File file, SignPdfOptions options) → Future< ApiResponse> - Sign a PDF document
-
toString(
) → String -
A string representation of this object.
inherited
-
unlockPdf(
File file, String password) → Future< ApiResponse> - Unlock a password-protected PDF
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited