PdfSecurityManagerGetUnSecuredPdfBytes(Byte, String) Method
Remove all the security settings from source PDF document
and return the PDF document with security options removed
Namespace: EvoPdf.PdfSecurityAssembly: EvoPdfSecurity_NetCore (in EvoPdfSecurity_NetCore.dll) Version: 14.0.0
public byte[] GetUnSecuredPdfBytes(
byte[] srcPdfBytes,
string password
)
- srcPdfBytes Byte
- The PDF document as an array of bytes
- password String
- The user or owner password to open the PDF document
ByteThe secured PDF document as an array of bytes