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