get_attachment_urls method
get_attachment_urls
Gets all attachment URLs from an MHT file.
Returns
A list of attachment URLs found in the MHT file.
def get_attachment_urls(self, source_stream):
...
| Parameter | Type | Description |
|---|---|---|
| source_stream | io.RawIOBase | The stream containing the MHT file. |
Exceptions
| Exception | Description |
|---|---|
| ArgumentNullException | Thrown when source_stream is null. |
See Also
- module
aspose.html.rendering - class
MhtmlAttachments