PdfSecurityManagerGetUnSecuredPdfBytes(String, String) Method

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

Definition

Namespace: EvoPdf.PdfSecurity
Assembly: EvoPdfSecurity_NetCore (in EvoPdfSecurity_NetCore.dll) Version: 14.0.0
C#
public byte[] GetUnSecuredPdfBytes(
	string srcPdfFile,
	string password
)

Parameters

srcPdfFile  String
The PDF document full path
password  String
The user or owner password to open the PDF document

Return Value

Byte
The secured PDF document as an array of bytes

See Also