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