Winnovative PDF Security Library
SaveUnSecuredPdfToFile Method (srcPdfFile, destPdfFile, password)
NamespacesWinnovative.PDFSecurityPdfSecurityManagerSaveUnSecuredPdfToFile(String, String, String)
Winnovative PDF Security Library
Remove all the security settings from source PDF document and return the PDF document with security options removed
Declaration Syntax
C#Visual BasicVisual C++
public void SaveUnSecuredPdfToFile(
	string srcPdfFile,
	string destPdfFile,
	string password
)
Public Sub SaveUnSecuredPdfToFile ( _
	srcPdfFile As String, _
	destPdfFile As String, _
	password As String _
)
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

Assembly: Winnovative.PDFSecurity (Module: Winnovative.PDFSecurity) Version: 2.0.0.0 (2.0.0.0)