Overload List
Name | Description | |
---|---|---|
ConvertWordStream(Stream) |
Converts a Word document read from a stream to PDF and returns the rendered PDF document into a memory buffer
| |
ConvertWordStream(Stream, String) |
Converts a Word document read from a stream to PDF and returns the rendered PDF document into a memory buffer.
You can specify the password to open the Word document
| |
ConvertWordStream(Stream, Int32, Int32) |
Converts a Word document read from a stream to PDF and returns the rendered PDF document into a memory buffer.
You can specify the page range to be exported to PDF
| |
ConvertWordStream(Stream, String, Int32, Int32) |
Converts a Word document read from a stream to PDF and returns the rendered PDF document into a memory buffer.
You can specify the password to open the Word document and the page range to be exported to PDF
|
See Also