Expand description
PDF encryption and password protection functionality.
Structs§
- Password
Options - Password options for PDF encryption.
- PdfPermissions
- PDF permissions configuration.
Enums§
- Encryption
Level - Encryption levels supported.
Functions§
- encrypt_
pdf - Apply password protection to a PDF document.
- encrypt_
pdf_ with_ qpdf - Apply password protection using external qpdf tool (if available). This is a more robust solution for production use.