Encrypt an existing PDF
Namespace: pdf7.PdfWriter
Assembly: pdf7.PdfWriter (in pdf7.PdfWriter.dll) Version: 4.0.0.0 (4.0.1000.111)
Syntax
public static void EncryptPdf( string printerName, string inputFileName, string outputFileName, string ownerPassword, string userPassword, PdfUtil.EncryptionType encryptionType, bool allowAssembly, bool allowCopy, bool allowDegradedPrinting, bool allowFillIn, bool allowModifyAnnotations, bool allowModifyContents, bool allowPrinting, bool allowScreenReaders )
Parameters
- printerName
- Type: System.String
Name of PDF printer - inputFileName
- Type: System.String
Full path of file to encrypt. - outputFileName
- Type: System.String
Full path of output file. - ownerPassword
- Type: System.String
Owner password for PDF encryption. - userPassword
- Type: System.String
User password for PDF encryption. - encryptionType
- Type: pdf7.PdfWriter.PdfUtil.EncryptionType
Type and strength of encryption. - allowAssembly
- Type: System.Boolean
Allow assembly. - allowCopy
- Type: System.Boolean
Allow copy to clipboard. - allowDegradedPrinting
- Type: System.Boolean
Allow degraded printing. - allowFillIn
- Type: System.Boolean
Allow fill in. - allowModifyAnnotations
- Type: System.Boolean
Allow modifying annotations. - allowModifyContents
- Type: System.Boolean
Allow modifying contents. - allowPrinting
- Type: System.Boolean
Allow printing. - allowScreenReaders
- Type: System.Boolean
Allow screen readers.
See Also