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”.
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”.
defsave(self,path):...
Parameter
Type
Description
path
str
Local path to output file.
Exceptions
Exception
Description
ArgumentException
Raised if the specified path is 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”.
defsave(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.
Exceptions
Exception
Description
ArgumentException
Raised if the specified path is 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”.
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”.
defsave(self,path,save_options):...
Parameter
Type
Description
path
str
Local path to output file.
save_options
aspose.html.saving.HTMLSaveOptions
HTML save options.
Exceptions
Exception
Description
ArgumentException
Raised if the specified path is 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”.
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”.
defsave(self,path,save_options):...
Parameter
Type
Description
path
str
Local path to output file.
save_options
aspose.html.saving.MarkdownSaveOptions
Markdown save options.
Exceptions
Exception
Description
ArgumentException
Raised if the specified path is 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”.
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”.
defsave(self,path,save_options):...
Parameter
Type
Description
path
str
Local path to output file.
save_options
aspose.html.saving.MHTMLSaveOptions
MHTML save options.
Exceptions
Exception
Description
ArgumentException
Raised if the specified path is 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”.