Click or drag to resize

PdfSecurityManagerSaveUnSecuredPdfToFile(Byte, String, String) Method

Remove all the security settings from source PDF document and return the PDF document with security options removed

Namespace: ExpertPdf.PDFSecurity
Assembly: epsecurepdf (in epsecurepdf.dll) Version: 9.0
Syntax
public void SaveUnSecuredPdfToFile(
	byte[] srcPdfBytes,
	string destPdfFile,
	string password
)

Parameters

srcPdfBytes  Byte
The PDF document as an array of bytes
destPdfFile  String
The file where to save the secured PDF document
password  String
The user or owner password to open the PDF document
See Also