SecurityApi class

API endpoints for PDF security

Inheritance

Constructors

SecurityApi.new(ApiClient client)
Constructor

Properties

client ApiClient
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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