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