Remove all the security settings from source PDF document
and return the PDF document with security options removed
Namespace: EvoPdf.PdfSecurity
Assembly: evosecurepdf (in evosecurepdf.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax
public void SaveUnSecuredPdfToFile( byte[] srcPdfBytes, string destPdfFile, string password )
Parameters
- srcPdfBytes
- Type: SystemByte
The PDF document as an array of bytes - destPdfFile
- Type: SystemString
The file where to save the secured PDF document - password
- Type: SystemString
The user or owner password to open the PDF document
See Also