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