Public API and Backward Incompatible Changes
Added APIs
Security functions:
- is_encrypted - Get encrypted status of PDF-document.
- sign_pkcs7 - Sign a PDF-document using PKCS#7 digital signatures.
- sign_pkcs7_detached - Sign a PDF-document using PKCS#7 Detached digital signatures.
- is_signed - Get signed status of PDF-document.
- remove_signs - Remove signs from PDF-document.
Removed APIs
Complete details of API can be referenced from Aspose.PDF for Rust via C++ API Reference Guide.