Overload List
| Name | Description | |
|---|---|---|
|  | ConvertWordFileToStream(String, Stream) | 
            Converts a Word file to PDF and writes the rendered PDF document into a stream
             | 
|  | ConvertWordFileToStream(String, String, Stream) | 
            Converts a Word file to PDF and writes the rendered PDF document into a stream.
            You can specify the password to open the Word document
             | 
|  | ConvertWordFileToStream(String, Int32, Int32, Stream) | 
            Converts a Word file to PDF and writes the rendered PDF document into a stream.
            You can specify the page range to be exported to PDF
             | 
|  | ConvertWordFileToStream(String, String, Int32, Int32, Stream) | 
            Converts a Word file 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
