PdfSecurityManagerSaveUnSecuredPdfToFile(String, String, String) Method |
Remove all the security settings from source PDF document
and return the PDF document with security options removed
Namespace: ExpertPdf.PDFSecurityAssembly: epsecurepdf (in epsecurepdf.dll) Version: 9.0
Syntaxpublic void SaveUnSecuredPdfToFile(
string srcPdfFile,
string destPdfFile,
string password
)
Public Sub SaveUnSecuredPdfToFile (
srcPdfFile As String,
destPdfFile As String,
password As String
)
Parameters
- srcPdfFile String
- The PDF document full path
- 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