EVO Word to PDF Converter

Document Constructor (Stream, String)

EVO Word to PDF Converter Documentation
Creates a PDF document from a stream containing a password protected PDF document. The specified password can be a user or owner password.

Namespace:  EvoWordToPdf
Assembly:  evowordtopdf (in evowordtopdf.dll) Version: 10.0.0.0
Syntax

public Document(
	Stream pdfStream,
	string password
)

Parameters

pdfStream
Type: System.IOStream
The stream containing the PDF document.
password
Type: SystemString
The password to open the specified PDF document.
See Also

Reference