PdfSecurityManagerSaveUnSecuredPdfToFile Method (String, String, String) |
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: 6.0
Syntax public void SaveUnSecuredPdfToFile(
string srcPdfFile,
string destPdfFile,
string password
)
Public Sub SaveUnSecuredPdfToFile (
srcPdfFile As String,
destPdfFile As String,
password As String
)
Parameters
- srcPdfFile
- Type: SystemString
The PDF document full path - 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