PdfSecurityManagerGetUnSecuredPdfBytes Method (String, String) |
Remove all the security settings from source PDF document
and return the PDF document with security options removed
Namespace:
ExpertPdf.PDFSecurity
Assembly:
epsecurepdf (in epsecurepdf.dll) Version: 6.0
Syntax public byte[] GetUnSecuredPdfBytes(
string srcPdfFile,
string password
)
Public Function GetUnSecuredPdfBytes (
srcPdfFile As String,
password As String
) As Byte()
Parameters
- srcPdfFile
- Type: SystemString
The PDF document full path - password
- Type: SystemString
The user or owner password to open the PDF document
Return Value
Type:
ByteThe secured PDF document as an array of bytes
See Also