Winnovative PDF Security Library
SaveUnSecuredPdfToFile Method (srcPdfBytes, destPdfFile, password)
NamespacesWinnovative.PDFSecurityPdfSecurityManagerSaveUnSecuredPdfToFile(array<Byte>[]()[], 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(
	byte[] srcPdfBytes,
	string destPdfFile,
	string password
)
Public Sub SaveUnSecuredPdfToFile ( _
	srcPdfBytes As Byte(), _
	destPdfFile As String, _
	password As String _
)
public:
void SaveUnSecuredPdfToFile(
	array<unsigned char>^ srcPdfBytes, 
	String^ destPdfFile, 
	String^ password
)
Parameters
srcPdfBytes (array< Byte >[]()[])
The PDF document as an array of bytes
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)