How to Encrypt PDF files with Foxit PDF SDK for iOS
by Conor Smith | May 29, 2019
Foxit PDF SDK provides a range of encryption and decryption functions to meet different levels of document security protection. Users can use regular password encryption and certificate-driven encryption, or use their own security handler for custom security implementation. Example: How to encrypt a PDF file with password #import "ViewController.h" #import ... // Encrypt the source […]
Keep reading