Click or drag to resize

PdfStandardsConverter Constructor (Stream, String)

Construct a new converter.

Namespace: Spire.Pdf.Conversion
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfStandardsConverter(
	Stream stream,
	string password
)

Parameters

stream
Type: System.IO Stream
The pdf file stream.
password
Type: System String
The pdf file password.
Remarks
The PDF/A specification does allowed to contain effects of encryption and password protection. So the encryption effect of the PDF/A document will be invalid
See Also