Recipient
Overview
Recipient is a class in Aspose.PDF FOSS for Python.
One certificate that may open the document, and what it may then do.
This class declares 1 method for Recipient objects in Python programs.
Available methods include: as_pair.
All public members are accessible to any Python application after installing the Aspose.PDF FOSS for Python package.
Properties: certificate, permissions.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
certificate | Any | Read | Gets the certificate. |
permissions | int | Read | Gets the permissions. |
Methods
| Signature | Description |
|---|---|
as_pair() → tuple[Any, int] | Return (certificate, permissions) for the engine. |