PdfDocumentFromStream Method

Overload List

FromStream(String, Stream) Loads a PDF document from a stream and returns the created PDF document using the default server port
FromStream(String, UInt32, Stream) Loads a PDF document from a stream and returns the created PDF document
FromStream(String, UInt32, Stream, String) Loads a password protected PDF document from a stream and returns the created PDF document
FromStream(String, UInt32, String, Stream, String) Loads a password protected PDF document from a stream and returns the created PDF document using a server password

See Also