Overload List
| Name | Description | |
|---|---|---|
| ConvertExcelStreamToStream(Stream, Stream) |
Converts an Excel document read from a stream to PDF and writes the rendered PDF document into a stream
| |
| ConvertExcelStreamToStream(Stream, Int32, Stream) |
Converts an Excel document read from a stream to PDF and writes the rendered PDF document into a stream.
You can specify the list of worksheets to be exported to PDF
| |
| ConvertExcelStreamToStream(Stream, String, Stream) |
Converts an Excel document read from a stream to PDF and writes the rendered PDF document into a stream
| |
| ConvertExcelStreamToStream(Stream, String, Int32, Stream) |
Converts an Excel document read from a stream to PDF and writes the rendered PDF document into a stream.
You can specify the password to open the Excel document and the list of worksheets to be exported to PDF
|
See Also