Winnovative PDF Security Library Documentation

PdfSecurityManagerGetUnSecuredPdfBytes Method (Byte, String)

Winnovative PDF Security Library
Remove all the security settings from source PDF document and return the PDF document with security options removed

Namespace:  Winnovative.PDFSecurity
Assembly:  wnvsecurepdf (in wnvsecurepdf.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax

public byte[] GetUnSecuredPdfBytes(
	byte[] srcPdfBytes,
	string password
)

Parameters

srcPdfBytes
Type: SystemByte
The PDF document as an array of bytes
password
Type: SystemString
The user or owner password to open the PDF document

Return Value

Type: Byte
The secured PDF document as an array of bytes
See Also

Reference