save method
save
Saves the document to local file specified by url. All resources used in this document will be saved in
to adjacent folder, whose name will be constructed as: output_file_name + “_files”.
def save(self, url):
    ...
| Parameter | Type | Description | 
|---|---|---|
| url | Url | Local URL to output file. | 
Remarks
Most of the tasks, you need to perform, require saving a document. Once you load the existing file or create an HTML document from scratch, you can save your changes using one of HTMLDocument.Save() methods. The methods allow saving HTML to a local file specified by path, URL, or output storage. Refer to the documentation to learn more about saving.### Exceptions
| Exception | Description | 
|---|---|
| ArgumentException | Raised if the specified urlis not a valid local file URL. | 
save
Saves the document content and resources using the ResourceHandler.
def save(self, resource_handler):
    ...
| Parameter | Type | Description | 
|---|---|---|
| resource_handler | aspose.html.saving.resourcehandlers.ResourceHandler | The resource handler ResourceHandler. | 
save
Saves the document to local file specified by path. All resources used in this document will be saved in
to adjacent folder, whose name will be constructed as: output_file_name + “_files”.
def save(self, path):
    ...
| Parameter | Type | Description | 
|---|---|---|
| path | str | Local path to output file. | 
Remarks
Most of the tasks, you need to perform, require saving a document. Once you load the existing file or create an HTML document from scratch, you can save your changes using one of HTMLDocument.Save() methods. The methods allow saving HTML to a local file specified by path, URL, or output storage. Refer to the documentation to learn more about saving.### Exceptions
| Exception | Description | 
|---|---|
| ArgumentException | Raised if the specified pathis not a valid local file path. | 
save
Saves the document to local file specified by path. All resources used in this document will be saved in
to adjacent folder, whose name will be constructed as: output_file_name + “_files”.
def save(self, path, save_format):
    ...
| Parameter | Type | Description | 
|---|---|---|
| path | str | Local path to output file. | 
| save_format | aspose.html.saving.HTMLSaveFormat | Format in which document is saved. | 
Remarks
Most of the tasks, you need to perform, require saving a document. Once you load the existing file or create an HTML document from scratch, you can save your changes using one of HTMLDocument.Save() methods. The methods allow saving HTML to a local file specified by path, URL, or output storage. Refer to the documentation to learn more about saving.### Exceptions
| Exception | Description | 
|---|---|
| ArgumentException | Raised if the specified pathis not a valid local file path. | 
save
Saves the document to local file specified by url. All resources used in this document will be saved in
to adjacent folder, whose name will be constructed as: output_file_name + “_files”.
def save(self, url, save_format):
    ...
| Parameter | Type | Description | 
|---|---|---|
| url | Url | Local URL to output file. | 
| save_format | aspose.html.saving.HTMLSaveFormat | Format in which document is saved. | 
Remarks
Most of the tasks, you need to perform, require saving a document. Once you load the existing file or create an HTML document from scratch, you can save your changes using one of HTMLDocument.Save() methods. The methods allow saving HTML to a local file specified by path, URL, or output storage. Refer to the documentation to learn more about saving.### Exceptions
| Exception | Description | 
|---|---|
| ArgumentException | Raised if the specified urlis not a valid local file URL. | 
save
Saves the document content and resources using the ResourceHandler.
def save(self, resource_handler, save_format):
    ...
| Parameter | Type | Description | 
|---|---|---|
| resource_handler | aspose.html.saving.resourcehandlers.ResourceHandler | The resource handler ResourceHandler. | 
| save_format | aspose.html.saving.HTMLSaveFormat | Format in which document is saved. | 
save
Saves the document to local file specified by path. All resources used in this document will be saved in
to adjacent folder, whose name will be constructed as: output_file_name + “_files”.
def save(self, path, save_options):
    ...
| Parameter | Type | Description | 
|---|---|---|
| path | str | Local path to output file. | 
| save_options | aspose.html.saving.HTMLSaveOptions | HTML save options. | 
Remarks
Most of the tasks, you need to perform, require saving a document. Once you load the existing file or create an HTML document from scratch, you can save your changes using one of HTMLDocument.Save() methods. The methods allow saving HTML to a local file specified by path, URL, or output storage. Refer to the documentation to learn more about saving.### Exceptions
| Exception | Description | 
|---|---|
| ArgumentException | Raised if the specified pathis not a valid local file path. | 
save
Saves the document to local file specified by url. All resources used in this document will be saved in
to adjacent folder, whose name will be constructed as: output_file_name + “_files”.
def save(self, url, save_options):
    ...
| Parameter | Type | Description | 
|---|---|---|
| url | Url | Local URL to output file. | 
| save_options | aspose.html.saving.HTMLSaveOptions | HTML save options. | 
Remarks
Most of the tasks, you need to perform, require saving a document. Once you load the existing file or create an HTML document from scratch, you can save your changes using one of HTMLDocument.Save() methods. The methods allow saving HTML to a local file specified by path, URL, or output storage. Refer to the documentation to learn more about saving.### Exceptions
| Exception | Description | 
|---|---|
| ArgumentException | Raised if the specified urlis not a valid local file URL. | 
save
Saves the document content and resources using the ResourceHandler.
def save(self, resource_handler, save_options):
    ...
| Parameter | Type | Description | 
|---|---|---|
| resource_handler | aspose.html.saving.resourcehandlers.ResourceHandler | The resource handler ResourceHandler. | 
| save_options | aspose.html.saving.HTMLSaveOptions | HTML save options. | 
save
Saves the document to local file specified by path. All resources used in this document will be saved in
to adjacent folder, whose name will be constructed as: output_file_name + “_files”.
def save(self, path, save_options):
    ...
| Parameter | Type | Description | 
|---|---|---|
| path | str | Local path to output file. | 
| save_options | aspose.html.saving.MarkdownSaveOptions | Markdown save options. | 
Remarks
Most of the tasks, you need to perform, require saving a document. Once you load the existing file or create an HTML document from scratch, you can save your changes using one of HTMLDocument.Save() methods. The methods allow saving HTML to a local file specified by path, URL, or output storage. Refer to the documentation to learn more about saving.### Exceptions
| Exception | Description | 
|---|---|
| ArgumentException | Raised if the specified pathis not a valid local file path. | 
save
Saves the document to local file specified by url. All resources used in this document will be saved in
to adjacent folder, whose name will be constructed as: output_file_name + “_files”.
def save(self, url, save_options):
    ...
| Parameter | Type | Description | 
|---|---|---|
| url | Url | Local URL to output file. | 
| save_options | aspose.html.saving.MarkdownSaveOptions | Markdown save options. | 
Remarks
Most of the tasks, you need to perform, require saving a document. Once you load the existing file or create an HTML document from scratch, you can save your changes using one of HTMLDocument.Save() methods. The methods allow saving HTML to a local file specified by path, URL, or output storage. Refer to the documentation to learn more about saving.### Exceptions
| Exception | Description | 
|---|---|
| ArgumentException | Raised if the specified urlis not a valid local file URL. | 
save
Saves the document content and resources using the ResourceHandler.
def save(self, resource_handler, save_options):
    ...
| Parameter | Type | Description | 
|---|---|---|
| resource_handler | aspose.html.saving.resourcehandlers.ResourceHandler | The resource handler ResourceHandler. | 
| save_options | aspose.html.saving.MarkdownSaveOptions | Markdown save options. | 
save
Saves the document to local file specified by path. All resources used in this document will be saved in
to adjacent folder, whose name will be constructed as: output_file_name + “_files”.
def save(self, path, save_options):
    ...
| Parameter | Type | Description | 
|---|---|---|
| path | str | Local path to output file. | 
| save_options | aspose.html.saving.MHTMLSaveOptions | MHTML save options. | 
Remarks
Most of the tasks, you need to perform, require saving a document. Once you load the existing file or create an HTML document from scratch, you can save your changes using one of HTMLDocument.Save() methods. The methods allow saving HTML to a local file specified by path, URL, or output storage. Refer to the documentation to learn more about saving.### Exceptions
| Exception | Description | 
|---|---|
| ArgumentException | Raised if the specified pathis not a valid local file path. | 
save
Saves the document to local file specified by url. All resources used in this document will be saved in
to adjacent folder, whose name will be constructed as: output_file_name + “_files”.
def save(self, url, save_options):
    ...
| Parameter | Type | Description | 
|---|---|---|
| url | Url | Local URL to output file. | 
| save_options | aspose.html.saving.MHTMLSaveOptions | MHTML save options. | 
Remarks
Most of the tasks, you need to perform, require saving a document. Once you load the existing file or create an HTML document from scratch, you can save your changes using one of HTMLDocument.Save() methods. The methods allow saving HTML to a local file specified by path, URL, or output storage. Refer to the documentation to learn more about saving.### Exceptions
| Exception | Description | 
|---|---|
| ArgumentException | Raised if the specified urlis not a valid local file URL. | 
save
Saves the document content and resources using the ResourceHandler.
def save(self, resource_handler, save_options):
    ...
| Parameter | Type | Description | 
|---|---|---|
| resource_handler | aspose.html.saving.resourcehandlers.ResourceHandler | The resource handler ResourceHandler. | 
| save_options | aspose.html.saving.MHTMLSaveOptions | MHTML save options. | 
See Also
- module aspose.html
- class HTMLDocument
- class ResourceHandler