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