PdfSecurityManagerSaveSecuredPdfToFile(String, String) Method

Apply the security settings to the source PDF document and saves the PDF document in the specified destination file

Definition

Namespace: EvoPdf.PdfSecurity
Assembly: EvoPdfSecurity_NetCore (in EvoPdfSecurity_NetCore.dll) Version: 14.0.0
C#
public void SaveSecuredPdfToFile(
	string srcPdfFile,
	string destPdfFile
)

Parameters

srcPdfFile  String
The PDF document full path
destPdfFile  String
The file where to save the secured PDF document

See Also