Overload | Description |
---|---|
EncryptFile(String,String,PdfSecurityHandler,Boolean) | Encrypts the input PDF file and saves the encrypted file to output path. |
EncryptFile(String,String,String,PdfSecurityHandler,Boolean) | Encrypts the input PDF file and saves the encrypted file to output path. |
EncryptFile(Stream,Stream,PdfSecurityHandler,Boolean) | Encrypts the PDF file given in input stream and saves the encrypted file to output stream. |
EncryptFile(Stream,String,Stream,PdfSecurityHandler,Boolean) | Encrypts the PDF file given in input stream and saves the encrypted file to output stream. |