PdfSecurityManagerSaveUnSecuredPdfToFile(String, String, String) Method
Remove all the security settings from source PDF document
and return the PDF document with security options removed
Namespace: EvoPdf.PdfSecurityAssembly: EvoPdfSecurity_NetCore (in EvoPdfSecurity_NetCore.dll) Version: 14.0.0
public void SaveUnSecuredPdfToFile(
string srcPdfFile,
string destPdfFile,
string password
)
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